Skip to content

Commit 80e58df

Browse files
committed
use same style msg log
1 parent c04bc22 commit 80e58df

File tree

2 files changed

+6
-4
lines changed
  • docker-mods/qbittorrent/root/etc

2 files changed

+6
-4
lines changed

docker-mods/qbittorrent/root/etc/cont-init.d/98-themepark

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,9 @@ if ! grep -q "${TP_DOMAIN}/css/base" /themepark/public/index.html; then
117117
fi
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 '------------------------------------------------------------'
122123
find /themepark -type f \( ! -iname "*.svg" \) | while read fname
123124
do
124125
clean_file $fname

docker-mods/qbittorrent/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,9 @@ if ! grep -q "${TP_DOMAIN}/css/base" /themepark/public/index.html; then
102102
fi
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 '------------------------------------------------------------'
107108
find /themepark -type f \( ! -iname "*.svg" \) | while read fname
108109
do
109110
clean_file $fname

0 commit comments

Comments
 (0)