moved the content folder to a name that makes more sense for the end user
|
@ -4,7 +4,7 @@ echo "Deployment script for repository \"web-deployment\"
|
|||
=============================================================================="
|
||||
|
||||
echo "Replacing %CONTENT_DIR% in all HTML and PHP files."
|
||||
CONTENT_DIR="\/common\/content"
|
||||
CONTENT_DIR="\/common\/threadr"
|
||||
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 "==============================================================================
|
||||
|
|
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 36 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 4.9 MiB After Width: | Height: | Size: 4.9 MiB |
Before Width: | Height: | Size: 673 KiB After Width: | Height: | Size: 673 KiB |