diff --git a/deployment-script.sh b/deployment-script.sh index 47ca89d..09ecfa0 100755 --- a/deployment-script.sh +++ b/deployment-script.sh @@ -3,5 +3,9 @@ echo "Deployment script for repository \"web-deployment\" `date` ==============================================================================" +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 "============================================================================== Done."