mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-06-17 22:03:32 -04:00
Be consistent
This commit is contained in:
+2
-2
@@ -149,7 +149,7 @@ curl_check() {
|
||||
|
||||
write_mod_info() {
|
||||
local MSG=$*
|
||||
echo "[mod-init] $MSG"
|
||||
echo -e "[mod-init] $MSG"
|
||||
}
|
||||
|
||||
write_mod_error() {
|
||||
@@ -159,7 +159,7 @@ write_mod_error() {
|
||||
|
||||
write_mod_debug() {
|
||||
local MSG=$*
|
||||
if [[ ${DOCKER_MODS_DEBUG,,} = "true" ]]; then echo "[mod-init] (DEBUG) $MSG"; fi
|
||||
if [[ ${DOCKER_MODS_DEBUG,,} = "true" ]]; then echo -e "[mod-init] (DEBUG) $MSG"; fi
|
||||
}
|
||||
|
||||
# Use different filtering depending on URL
|
||||
|
||||
Reference in New Issue
Block a user