From 20bbbe5563cfdee3de681b94c4cbc7867a815ff0 Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Wed, 5 Jun 2019 22:27:08 +0000 Subject: [PATCH] 'install-photo-import-tool.sh' updaten --- install-photo-import-tool.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install-photo-import-tool.sh b/install-photo-import-tool.sh index 02ea6ab..7562773 100644 --- a/install-photo-import-tool.sh +++ b/install-photo-import-tool.sh @@ -32,6 +32,8 @@ cat > /etc/network/if-up.d/startphpweb <<- "EOF" cd /root/server-app/scripts && php -S 0.0.0.0:8000 & exit 0 +rm ~/master.tar.gz + EOF echo "---------------------------------------------" echo "All done! The system will reboot in 1 minute."