From 68b285d55f8bcc39bc2d3248ef0b9347255f574f Mon Sep 17 00:00:00 2001 From: buanet Date: Mon, 6 Nov 2023 16:01:12 +0100 Subject: [PATCH] update comment --- debian12/scripts/iobroker_startup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian12/scripts/iobroker_startup.sh b/debian12/scripts/iobroker_startup.sh index 8ba3215..0e3b01e 100644 --- a/debian12/scripts/iobroker_startup.sh +++ b/debian12/scripts/iobroker_startup.sh @@ -216,7 +216,7 @@ echo "----- Step 3 of 5: Checking ioBroker installation echo "$(printf -- '-%.0s' {1..80})" echo " " -# Backing up original iobroker executable to fix sudo bug with gosu +# Backing up and replace original iobroker executable to fix sudo bug with gosu if [[ -n $(cmp /opt/scripts/iobroker.sh /opt/iobroker/iobroker) ]]; then echo -n "Replacing ioBroker executable to fix sudo bug... " cp -a /opt/iobroker/iobroker /opt/iobroker/iobroker.bak