ソースを参照

removed check for smooth deactivation

Serghey Rodin 10 年 前
コミット
9ce85c8bc6
1 ファイル変更3 行追加3 行削除
  1. 3 3
      bin/v-delete-sys-sftp-jail

+ 3 - 3
bin/v-delete-sys-sftp-jail

@@ -22,9 +22,9 @@ source $VESTA/conf/vesta.conf
 #                    Verifications                         #
 #----------------------------------------------------------#
 
-if [ -z "$SFTPJAIL_KEY" ]; then
-    exit
-fi
+#if [ -z "$SFTPJAIL_KEY" ]; then
+#    exit
+#fi
 
 
 #----------------------------------------------------------#