瀏覽代碼

correct bug with gogs user bash

Thomas Fanninger 10 年之前
父節點
當前提交
ebd9c655a6
共有 3 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      .SRCINFO
  2. 1 1
      PKGBUILD
  3. 1 1
      gogs.install

+ 1 - 1
.SRCINFO

@@ -1,6 +1,6 @@
 pkgbase = gogs-git
 	pkgdesc = Gogs(Go Git Service) is a Self Hosted Git Service in the Go Programming Language. This is the current git version from branch master.
-	pkgver = 3148.e6b2a01
+	pkgver = 3165.aaa3f1b
 	pkgrel = 1
 	epoch = 1
 	url = http://gogs.io/

+ 1 - 1
PKGBUILD

@@ -4,7 +4,7 @@
 pkgname=gogs-git
 _pkgname=gogs
 _branch=master
-pkgver=3148.e6b2a01
+pkgver=3165.aaa3f1b
 pkgrel=1
 epoch=1
 pkgdesc="Gogs(Go Git Service) is a Self Hosted Git Service in the Go Programming Language. This is the current git version from branch ${_branch}."

+ 1 - 1
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(){