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-install7
1 files changed, 0 insertions, 7 deletions
diff --git a/testing/gogs/gogs.pre-install b/testing/gogs/gogs.pre-install
deleted file mode 100644
index acf2093962..0000000000
--- a/testing/gogs/gogs.pre-install
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/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
-
-exit 0