From 592dd5428be4a4351fb765c883d957cadfc03e3a Mon Sep 17 00:00:00 2001 From: BodgeMaster <> Date: Fri, 13 Mar 2020 22:57:18 +0100 Subject: [PATCH] added css files to the variable replacement system --- deployment-script.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deployment-script.sh b/deployment-script.sh index 85feb5f..32bd84a 100644 --- a/deployment-script.sh +++ b/deployment-script.sh @@ -9,9 +9,9 @@ if [ -n "`shopt globstar | grep off`" ]; then shopt -s globstar; fi rm ./threadr/**/README.md #run the code variable replacement -echo -n "`find -name "*.php" -or -name "*.html" | sed 's/^/python variable_grabbler.py /;s/$/ variable_grabbler.pass0.json/'`" | bash - -echo -n "`find -name "*.php" -or -name "*.html" | sed 's/^/python variable_grabbler.py /;s/$/ variable_grabbler.pass1.json/'`" | bash - -echo -n "`find -name "*.php" -or -name "*.html" | sed 's/^/python variable_grabbler.py /;s/$/ variable_grabbler.pass2.json/'`" | bash - +echo -n "`find -name "*.php" -or -name "*.html" -or -name "*.css" | sed 's/^/python variable_grabbler.py /;s/$/ variable_grabbler.pass0.json/'`" | bash - +echo -n "`find -name "*.php" -or -name "*.html" -or -name "*.css" | sed 's/^/python variable_grabbler.py /;s/$/ variable_grabbler.pass1.json/'`" | bash - +echo -n "`find -name "*.php" -or -name "*.html" -or -name "*.css" | sed 's/^/python variable_grabbler.py /;s/$/ variable_grabbler.pass2.json/'`" | bash - #the run-once section echo "Checking run-once script..."