diff --git a/deployment-script.sh b/deployment-script.sh index b3869ec..6b7fd3b 100644 --- a/deployment-script.sh +++ b/deployment-script.sh @@ -18,16 +18,5 @@ echo "Checking run-once script..." echo "Setting permissions." chmod +x run-once-script.sh -# The status page is not just symlinked like the other files just to have a backup in case something goes wrong. -# Not like that ever happened before.... -echo "Replacing status page..." -cp -v ./strassenkind.php /var/www/strassenkind.ip/index.php -cp -v ./internal.css /var/www/strassenkind.ip/style.css -cp -v ./commands_git.conf /var/www/strassenkind.ip/ -cp -v ./commands_ondemand.conf /var/www/strassenkind.ip/ -cp -v ./commands_status.conf /var/www/strassenkind.ip/ -echo "Done." - - echo "============================================================================== Done."