From a26726c44cc806d57dc54cac77b949e85c42a7f6 Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Wed, 5 Jun 2019 22:26:15 +0000 Subject: [PATCH] 'install-photo-import-tool.sh' updaten --- install-photo-import-tool.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-photo-import-tool.sh b/install-photo-import-tool.sh index ea57bff..02ea6ab 100644 --- a/install-photo-import-tool.sh +++ b/install-photo-import-tool.sh @@ -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