fixed a stupid mistake

master
BodgeMaster 2020-02-24 01:00:54 +01:00
parent 3e53e1d5ed
commit d389253d0b
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ echo "Deployment script for repository \"web-deployment\"
`date`
=============================================================================="
`find -name "*.php" -or -name "*.html" | sed 's/^/python variable_grabbler.py /;s/$/ variable_grabbler.cfg/'` | bash -
echo -n "`find -name "*.php" -or -name "*.html" | sed 's/^/python variable_grabbler.py /;s/$/ variable_grabbler.cfg/'`" | bash -
echo "==============================================================================
Done."