Browse Source

Remove obsolete chmod rc.local.

Raphael Schneeberger 7 years ago
parent
commit
603cba3e00
1 changed files with 0 additions and 1 deletions
  1. 0 1
      bin/v-add-sys-sftp-jail

+ 0 - 1
bin/v-add-sys-sftp-jail

@@ -72,7 +72,6 @@ done
 # Add v-add-sys-sftp-jail to startup
 if [ ! -e "/etc/cron.d/hestia-sftp" ]; then
     echo "@reboot /usr/local/hestia/bin/v-add-sys-sftp-jail" > /etc/cron.d/hestia-sftp
-    chmod +x /etc/rc.local
 fi
 
 #----------------------------------------------------------#