aboutsummaryrefslogtreecommitdiffstats
path: root/testing/fcron/fcron.pre-install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/fcron/fcron.pre-install')
-rw-r--r--testing/fcron/fcron.pre-install6
1 files changed, 4 insertions, 2 deletions
diff --git a/testing/fcron/fcron.pre-install b/testing/fcron/fcron.pre-install
index d513ffdef1..d4d66fdda2 100644
--- a/testing/fcron/fcron.pre-install
+++ b/testing/fcron/fcron.pre-install
@@ -1,4 +1,6 @@
#!/bin/sh
-adduser -S -D -g fcron fcron -H -s /sbin/nologin 2>/dev/null
-addgroup -S fcron
+
+adduser -S -D -g fcron fcron -H -s /sbin/nologin 2>/dev/null
+addgroup -S fcron 2>/dev/null
+
exit 0