'install-little-backup-box.sh' updaten

This commit is contained in:
2019-06-01 12:45:37 +00:00
parent 83246f127c
commit cf2f6e102f

View File

@@ -50,8 +50,11 @@ cat > /etc/network/if-up.d/startphpweb <<- "EOF"
#! /bin/sh #! /bin/sh
cd /root/little-backup-box-Bram/scripts && php -S 0.0.0.0:8000 & cd /root/little-backup-box-Bram/scripts && php -S 0.0.0.0:8000 &
exit 0 exit 0
EOF EOF
chmod +x /etc/network/if-up.d/startphpweb
chmod +x /etc/network/if-up.d/mountsmb
echo "---------------------------------------------" echo "---------------------------------------------"
echo "All done! The system will reboot in 1 minute." echo "All done! The system will reboot in 1 minute."
echo "---------------------------------------------" echo "---------------------------------------------"