bigbrain forgot to remove the preparation steps for the run-once-script thingy, fixed now

master
BodgeMaster 2021-09-01 02:53:13 +02:00
parent 4107f10c73
commit 27e050739a
1 changed files with 0 additions and 5 deletions

View File

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