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."