diff --git a/deployment-script.sh b/deployment-script.sh index 09ecfa0..a70a279 100755 --- a/deployment-script.sh +++ b/deployment-script.sh @@ -5,7 +5,7 @@ echo "Deployment script for repository \"web-deployment\" echo "Replacing %CONTENT_DIR% in all HTML and PHP files." CONTENT_DIR="/common/content" -echo -e "`find ./ -name '*.html' -or -name '*.php' | sed "s/^/workingfile=\'/;s/\$/\'\; cat \\\$workingfile > .\/tmpdeploymentfile\; cat tmpdeploymentfile | sed \'s#%CONTENT_DIR%#\$CONTENT_DIR#\' > \\\$workingfile/"`\nrm tmpdeploymentfile" +echo -e "`find ./ -name '*.html' -or -name '*.php' | sed "s/^/workingfile=\'/;s/\$/\'\; cat \\\$workingfile > .\/tmpdeploymentfile\; cat tmpdeploymentfile | sed \'s#%CONTENT_DIR%#\$CONTENT_DIR#\' > \\\$workingfile/"`\nrm tmpdeploymentfile" | bash - echo "============================================================================== Done."