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 2819841 commit af2c48f
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 @@ -169,7 +169,7 @@ if [[ "$MUMBLE_UID" != "0" ]]; then
groupmod -og "$MUMBLE_GID" mumble
usermod -ou "$MUMBLE_UID" mumble
if [[ "$MUMBLE_CHOWN" = true ]]; then
echo "Changing owner of folder {DATA_DIR}"
echo "Changing owner of folder ${DATA_DIR}"
chown -R mumble:mumble ${DATA_DIR}
fi
exec runuser -u mumble -g mumble -- "$@"
Expand Down

0 comments on commit af2c48f

Please sign in to comment.