diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2015-04-20 19:13:18 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2015-04-20 19:13:18 +0200 |
commit | 619e4d8f01693a315973cceb5bbd2ca3781938c6 (patch) | |
tree | 99f2aec851fda58e63bf2206bf3b13142e459740 /testing/gogs/gogs.pre-install | |
parent | bd6378680589caddb27103575e579680eb2588a9 (diff) | |
download | aports-619e4d8f01693a315973cceb5bbd2ca3781938c6.tar.bz2 aports-619e4d8f01693a315973cceb5bbd2ca3781938c6.tar.xz |
testing/gogs: unlock system user
Diffstat (limited to 'testing/gogs/gogs.pre-install')
-rw-r--r-- | testing/gogs/gogs.pre-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/gogs/gogs.pre-install b/testing/gogs/gogs.pre-install index 26870df534..2f82bdf1d7 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 - +passwd -u gogs || true |