From 27e050739af8605f2c0be3e929e22dc0ce76abdb Mon Sep 17 00:00:00 2001 From: BodgeMaster <> Date: Wed, 1 Sep 2021 02:53:13 +0200 Subject: [PATCH] bigbrain forgot to remove the preparation steps for the run-once-script thingy, fixed now --- deployment-script.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/deployment-script.sh b/deployment-script.sh index 6b7fd3b..ec85ee8 100644 --- a/deployment-script.sh +++ b/deployment-script.sh @@ -13,10 +13,5 @@ echo -n "`find -name "*.php" -or -name "*.html" -or -name "*.css" -or -name "*.s echo -n "`find -name "*.php" -or -name "*.html" -or -name "*.css" -or -name "*.svg" | sed 's/^/python variable_grabbler.py /;s/$/ variable_grabbler.pass1.json/'`" | bash - echo -n "`find -name "*.php" -or -name "*.html" -or -name "*.css" -or -name "*.svg" | sed 's/^/python variable_grabbler.py /;s/$/ variable_grabbler.pass2.json/'`" | bash - -#the run-once section -echo "Checking run-once script..." -echo "Setting permissions." -chmod +x run-once-script.sh - echo "============================================================================== Done."