Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
buanet committed Nov 6, 2023
1 parent b626063 commit 2eb7f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian12/scripts/iobroker_startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ fi
echo " "

# 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 -n "Changing UID to \"""$setuid""\" and GID to \"""$setgid""\"... "
usermod -u "$setuid" iobroker
Expand Down

0 comments on commit 2eb7f4e

Please sign in to comment.