|
@ -104,7 +104,7 @@ if ! grep -q "${TP_DOMAIN}/css/base" /themepark/public/index.html; then |
|
|
fi |
|
|
fi |
|
|
|
|
|
|
|
|
if ! grep -q "${TP_DOMAIN}/css/base" /themepark/private/index.html; then |
|
|
if ! grep -q "${TP_DOMAIN}/css/base" /themepark/private/index.html; then |
|
|
find ./themepark/private -type f -iname *.html | while read fname |
|
|
find /themepark/private -type f -iname *.html | while read fname |
|
|
do |
|
|
do |
|
|
sed_file $fname |
|
|
sed_file $fname |
|
|
done |
|
|
done |
|
|