1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-07-14 16:55:11 +02:00
This commit is contained in:
GilbN 2022-06-22 21:25:01 +02:00
parent 4120d823f9
commit 577fa8efb4

View File

@ -104,7 +104,7 @@ if ! grep -q "${TP_DOMAIN}/css/base" /themepark/public/index.html; then
fi
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
sed_file $fname
done