Explorar o código

correct bug with gogs user bash

Thomas Fanninger %!s(int64=10) %!d(string=hai) anos
pai
achega
ebd9c655a6
Modificáronse 3 ficheiros con 3 adicións e 3 borrados
  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(){