From 99c477822a266557639abf286c7f3e2c9baaca69 Mon Sep 17 00:00:00 2001 From: Carlo Landmeter Date: Mon, 20 Apr 2015 19:22:38 +0200 Subject: testing/gogs: gogs user needs a shell --- testing/gogs/gogs.pre-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing/gogs/gogs.pre-install') 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 -- cgit v1.2.3