diff options
Diffstat (limited to 'testing/gogs/gogs.pre-install')
-rw-r--r-- | testing/gogs/gogs.pre-install | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/gogs/gogs.pre-install b/testing/gogs/gogs.pre-install index 69cae04746..acf2093962 100644 --- a/testing/gogs/gogs.pre-install +++ b/testing/gogs/gogs.pre-install @@ -1,5 +1,6 @@ #!/bin/sh +addgroup -S www-data 2>/dev/null adduser -S -D -h /var/lib/gogs -s /bin/ash -G www-data -g gogs gogs 2>/dev/null passwd -u gogs 2>/dev/null |