From 4107f10c731dff71fe912ab56fe0e04739fe99be Mon Sep 17 00:00:00 2001 From: BodgeMaster <> Date: Wed, 1 Sep 2021 02:51:55 +0200 Subject: [PATCH] removed administration / status page related part in preparation to separate the administration framework out into its own project --- deployment-script.sh | 11 ----------- 1 file changed, 11 deletions(-) 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."