Skip to content

Commit

Permalink
Update adjust of audio group
Browse files Browse the repository at this point in the history
  • Loading branch information
pvizeli committed Feb 25, 2020
1 parent e730cf2 commit e9d0f2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/etc/cont-init.d/adjust-audio-group.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# ==============================================================================
# Adjust host audio group with gid inside container
# ==============================================================================
HOST_AUDIO_GID=$(grep "^audio" /etc/group_host | cut -d':' -f 3)
HOST_AUDIO_GID=$(grep "^audio" /host/group | cut -d':' -f 3)
LOCAL_AUDIO_GID=$(grep "^audio" /etc/group | cut -d':' -f 3)

# Need processing?
Expand Down

0 comments on commit e9d0f2b

Please sign in to comment.