aboutsummaryrefslogtreecommitdiffstats
path: root/community/seafile/seafile-server.pre-install
diff options
context:
space:
mode:
Diffstat (limited to 'community/seafile/seafile-server.pre-install')
-rw-r--r--community/seafile/seafile-server.pre-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/seafile/seafile-server.pre-install b/community/seafile/seafile-server.pre-install
index 173e73a35b..66e7a2ccff 100644
--- a/community/seafile/seafile-server.pre-install
+++ b/community/seafile/seafile-server.pre-install
@@ -3,5 +3,5 @@
SEAFILE_HOME=/var/lib/seafile
addgroup -S -g 800 seafile 2>/dev/null
-adduser -h $SEAFILE_HOME -s /bin/sh -G seafile -g seafile -u 800 -D seafile 2>/dev/null
+adduser -S -h $SEAFILE_HOME -s /bin/sh -G seafile -g seafile -u 800 -D seafile 2>/dev/null
exit 0