removed administration / status page related part in preparation to separate the administration framework out into its own project
parent
7a892270c5
commit
4107f10c73
|
@ -18,16 +18,5 @@ echo "Checking run-once script..."
|
||||||
echo "Setting permissions."
|
echo "Setting permissions."
|
||||||
chmod +x run-once-script.sh
|
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 "==============================================================================
|
echo "==============================================================================
|
||||||
Done."
|
Done."
|
||||||
|
|
Loading…
Reference in New Issue