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-install1
1 files changed, 1 insertions, 0 deletions
diff --git a/community/seafile/seafile-server.pre-install b/community/seafile/seafile-server.pre-install
index 66e7a2ccff..b5c1b4f64e 100644
--- a/community/seafile/seafile-server.pre-install
+++ b/community/seafile/seafile-server.pre-install
@@ -4,4 +4,5 @@ SEAFILE_HOME=/var/lib/seafile
addgroup -S -g 800 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