aboutsummaryrefslogtreecommitdiffstats
path: root/testing/gogs/gogs.pre-install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/gogs/gogs.pre-install')
-rw-r--r--testing/gogs/gogs.pre-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/gogs/gogs.pre-install b/testing/gogs/gogs.pre-install
index 981a379b00..1596d65693 100644
--- a/testing/gogs/gogs.pre-install
+++ b/testing/gogs/gogs.pre-install
@@ -1,4 +1,4 @@
#!/bin/sh
-adduser -S -h /var/lib/gogs -s /bin/ash -G www-data -D gogs 2>/dev/null || true
+adduser -S -h /var/lib/gogs -s /bin/ash -G www-data -D -g gogs gogs 2>/dev/null || true
passwd -u gogs || true