'install-photo-import-tool.sh' updaten

This commit is contained in:
2019-06-05 22:26:15 +00:00
parent d918d9f849
commit a26726c44c

View File

@@ -29,7 +29,7 @@ EOF
cat > /etc/network/if-up.d/startphpweb <<- "EOF"
#! /bin/sh
cd /root/Server-APP/scripts && php -S 0.0.0.0:8000 &
cd /root/server-app/scripts && php -S 0.0.0.0:8000 &
exit 0
EOF