File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
docker-mods/qbittorrent/root/etc
s6-overlay/s6-rc.d/init-mod-themepark Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -117,8 +117,9 @@ if ! grep -q "${TP_DOMAIN}/css/base" /themepark/public/index.html; then
117117fi
118118
119119# Clean all files
120- printf 'Cleaning files in /themepark for any translation text...\n\n
121- ----------------------------------------------------------------\n\n'
120+ echo '------------------------------------------------------------'
121+ echo '| Cleaning files in /themepark for any translation text... |'
122+ echo '------------------------------------------------------------'
122123find /themepark -type f \( ! -iname "*.svg" \) | while read fname
123124do
124125 clean_file $fname
Original file line number Diff line number Diff line change @@ -102,8 +102,9 @@ if ! grep -q "${TP_DOMAIN}/css/base" /themepark/public/index.html; then
102102fi
103103
104104# Clean all files
105- printf 'Cleaning files in /themepark for any translation text...\n\n
106- ----------------------------------------------------------------\n\n'
105+ echo '------------------------------------------------------------'
106+ echo '| Cleaning files in /themepark for any translation text... |'
107+ echo '------------------------------------------------------------'
107108find /themepark -type f \( ! -iname "*.svg" \) | while read fname
108109do
109110 clean_file $fname
You can’t perform that action at this time.
0 commit comments