mirror of https://github.com/go-gitea/gitea.git
Backport #33185 by @techknowlogick Fix #33163 Co-authored-by: techknowlogick <techknowlogick@gitea.com> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>pull/33192/head
parent
45d21a0d5c
commit
940a930d13
|
@ -37,5 +37,5 @@ done
|
|||
if [ $# -gt 0 ]; then
|
||||
exec "$@"
|
||||
else
|
||||
exec /bin/s6-svscan /etc/s6
|
||||
exec /usr/bin/s6-svscan /etc/s6
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue