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 778c27a8c3..aed6c18932 100644
--- a/main/vlc/vlc-daemon.pre-install
+++ b/main/vlc/vlc-daemon.pre-install
@@ -5,7 +5,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 -g vlc vlc 2>/dev/null
+adduser -S -D -h /home/vlc -s /bin/sh -G vlc -g vlc vlc 2>/dev/null
# make sure vlc are in all groups
for group in $groups; do