From e109ae692e276e4005375bcf4404880c4a89abbf Mon Sep 17 00:00:00 2001 From: TheSpad Date: Tue, 6 Sep 2022 15:46:58 +0100 Subject: [PATCH] Fix missing output prefix --- root/docker-mods | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/docker-mods b/root/docker-mods index 97949a6..ae649de 100755 --- a/root/docker-mods +++ b/root/docker-mods @@ -31,7 +31,7 @@ tamper_check() { tamper_check_legacy() { # Tamper check custom script locations if [[ -d "${SCRIPTS_DIR_OLD}" ]] && [[ -n "$(find ${SCRIPTS_DIR_OLD} ! -user root)" ]]; then - echo "**** Potential tampering with custom scripts detected ****" + echo "[custom-init] **** Potential tampering with custom scripts detected ****" randstr=$( tr