From e305053c26a048d71ed3462ab2f87d8ed46a9214 Mon Sep 17 00:00:00 2001 From: buanet Date: Tue, 3 Oct 2023 21:42:24 +0200 Subject: [PATCH] clarify warning message --- debian12/scripts/maintenance.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian12/scripts/maintenance.sh b/debian12/scripts/maintenance.sh index 0b64499..a3b2774 100644 --- a/debian12/scripts/maintenance.sh +++ b/debian12/scripts/maintenance.sh @@ -10,7 +10,7 @@ pkill_timeout=10 # timeout for stopping iobroker in seconds # check for user root if [ "$(id -u)" -eq 0 ]; then - echo "WARNING! This script should be executed as iobroker user! Please change user and try again." + echo "WARNING! This script should be executed as user "iobroker"! Please switch user and try again." exit 1 fi