aboutsummaryrefslogtreecommitdiffstats
path: root/main/vlc/vlc-daemon.pre-install
diff options
context:
space:
mode:
Diffstat (limited to 'main/vlc/vlc-daemon.pre-install')
-rw-r--r--main/vlc/vlc-daemon.pre-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/vlc/vlc-daemon.pre-install b/main/vlc/vlc-daemon.pre-install
index 72ee1b7ff8..33f99df870 100644
--- a/main/vlc/vlc-daemon.pre-install
+++ b/main/vlc/vlc-daemon.pre-install
@@ -4,7 +4,7 @@ groups="vlc audio video"
for group in $groups; do
addgroup -S $group 2>/dev/null
done
-adduser -S -h /home/vlc -s /bin/sh -G vlc -D vlc 2>/dev/null
+adduser -S -h /home/vlc -s /bin/sh -G vlc -D -g vlc vlc 2>/dev/null
# make sure vlc are in all groups
for group in $groups; do