aboutsummarylogtreecommitdiffstats
path: root/gogs.install
diff options
context:
space:
mode:
Diffstat (limited to 'gogs.install')
-rw-r--r--gogs.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/gogs.install b/gogs.install
index 0402a43106df..ea3a8a227366 100644
--- a/gogs.install
+++ b/gogs.install
@@ -5,7 +5,7 @@ pre_install() {
if ! getent passwd gogs >/dev/null; then
useradd -m --system -c 'gogs daemon users' -g gogs -s /bin/false gogs
fi
- chsh gogs -s /usr/bin/bash
+ chsh gogs -s /bin/bash
}
post_install(){