|
@@ -67,7 +67,7 @@ if [ "$restart" = 'yes' ]; then
|
|
|
fi
|
|
fi
|
|
|
|
|
|
|
|
# Remove v-add-sys-sftp-jail to startup
|
|
# Remove v-add-sys-sftp-jail to startup
|
|
|
-if [ ! -e "/etc/cron.d/hestia-sftp" ]; then
|
|
|
|
|
|
|
+if [ -e "/etc/cron.d/hestia-sftp" ]; then
|
|
|
rm -f /etc/cron.d/hestia-sftp
|
|
rm -f /etc/cron.d/hestia-sftp
|
|
|
fi
|
|
fi
|
|
|
|
|
|