aboutsummaryrefslogtreecommitdiffstats
path: root/testing/gogs/gogs.pre-install
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2015-04-20 19:22:38 +0200
committerCarlo Landmeter <clandmeter@gmail.com>2015-04-20 19:22:38 +0200
commit99c477822a266557639abf286c7f3e2c9baaca69 (patch)
tree3b4bba02c9c9e6c504d8ae029969945728ea095d /testing/gogs/gogs.pre-install
parent619e4d8f01693a315973cceb5bbd2ca3781938c6 (diff)
downloadaports-99c477822a266557639abf286c7f3e2c9baaca69.tar.bz2
aports-99c477822a266557639abf286c7f3e2c9baaca69.tar.xz
testing/gogs: gogs user needs a shell
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 2f82bdf1d7..981a379b00 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 /sbin/nologin -G www-data -D gogs 2>/dev/null || true
+adduser -S -h /var/lib/gogs -s /bin/ash -G www-data -D gogs 2>/dev/null || true
passwd -u gogs || true