gitea: set shell to /bin/bash for ssh
This commit is contained in:
parent
aa7ef3695f
commit
92407f23e3
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'gitea'
|
||||
pkgname=gitea
|
||||
version=1.5.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=go
|
||||
go_import_path="code.gitea.io/gitea"
|
||||
# This could be done with build options, but these are built in with the
|
||||
|
@ -34,6 +34,7 @@ checksum=3a76ff878236301d2324fb0ce27051c9e11beebea1724813355c19d108944e6f
|
|||
|
||||
system_accounts="_gitea"
|
||||
_gitea_homedir="/var/lib/gitea"
|
||||
_gitea_shell="/bin/bash" # Proper shell needed for ssh support
|
||||
make_dirs="/var/lib/gitea 0755 _gitea _gitea
|
||||
/var/log/gitea 0755 _gitea root"
|
||||
conf_files="/etc/gitea.conf"
|
||||
|
|
Loading…
Reference in a new issue