mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2025-12-23 21:25:33 +02:00
update comment
This commit is contained in:
@@ -216,7 +216,7 @@ echo "----- Step 3 of 5: Checking ioBroker installation
|
|||||||
echo "$(printf -- '-%.0s' {1..80})"
|
echo "$(printf -- '-%.0s' {1..80})"
|
||||||
echo " "
|
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
|
if [[ -n $(cmp /opt/scripts/iobroker.sh /opt/iobroker/iobroker) ]]; then
|
||||||
echo -n "Replacing ioBroker executable to fix sudo bug... "
|
echo -n "Replacing ioBroker executable to fix sudo bug... "
|
||||||
cp -a /opt/iobroker/iobroker /opt/iobroker/iobroker.bak
|
cp -a /opt/iobroker/iobroker /opt/iobroker/iobroker.bak
|
||||||
|
|||||||
Reference in New Issue
Block a user