mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2026-01-23 07:31:36 +02:00
fix typo
This commit is contained in:
@@ -154,7 +154,7 @@ fi
|
|||||||
echo " "
|
echo " "
|
||||||
|
|
||||||
# Setting UID and/ or GID
|
# Setting UID and/ or GID
|
||||||
if [[ "$setgid" != "$(id -u iobroker)" || "$setuid" != "$(id -u iobroker)" ]]; then
|
if [[ "$setgid" != "$(id -u iobroker)" || "$setuid" != "$(id -g iobroker)" ]]; then
|
||||||
echo "SETUID and/ or SETGID are set to custom values."
|
echo "SETUID and/ or SETGID are set to custom values."
|
||||||
echo -n "Changing UID to \"""$setuid""\" and GID to \"""$setgid""\"... "
|
echo -n "Changing UID to \"""$setuid""\" and GID to \"""$setgid""\"... "
|
||||||
usermod -u "$setuid" iobroker
|
usermod -u "$setuid" iobroker
|
||||||
|
|||||||
Reference in New Issue
Block a user