bigbrain forgot to remove the preparation steps for the run-once-script thingy, fixed now
parent
4107f10c73
commit
27e050739a
|
@ -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."
|
||||
|
|
Loading…
Reference in New Issue