1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-10-03 22:17:08 +02:00

use same style msg log

This commit is contained in:
GilbN 2023-06-04 11:30:42 +02:00
parent c04bc22d76
commit 80e58dfc31
2 changed files with 6 additions and 4 deletions

View File

@ -117,8 +117,9 @@ if ! grep -q "${TP_DOMAIN}/css/base" /themepark/public/index.html; then
fi
# Clean all files
printf 'Cleaning files in /themepark for any translation text...\n\n
----------------------------------------------------------------\n\n'
echo '------------------------------------------------------------'
echo '| Cleaning files in /themepark for any translation text... |'
echo '------------------------------------------------------------'
find /themepark -type f \( ! -iname "*.svg" \) | while read fname
do
clean_file $fname

View File

@ -102,8 +102,9 @@ if ! grep -q "${TP_DOMAIN}/css/base" /themepark/public/index.html; then
fi
# Clean all files
printf 'Cleaning files in /themepark for any translation text...\n\n
----------------------------------------------------------------\n\n'
echo '------------------------------------------------------------'
echo '| Cleaning files in /themepark for any translation text... |'
echo '------------------------------------------------------------'
find /themepark -type f \( ! -iname "*.svg" \) | while read fname
do
clean_file $fname