Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Adam <[email protected]>
  • Loading branch information
azlux and Krzmbrzl authored Nov 6, 2024
1 parent af2c48f commit 30274e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ if [[ "$MUMBLE_UID" != "0" ]]; then
usermod -ou "$MUMBLE_UID" mumble
if [[ "$MUMBLE_CHOWN" = true ]]; then
echo "Changing owner of folder ${DATA_DIR}"
chown -R mumble:mumble ${DATA_DIR}
chown -R mumble:mumble "${DATA_DIR}"
fi
exec runuser -u mumble -g mumble -- "$@"
fi
Expand Down

0 comments on commit 30274e8

Please sign in to comment.