fix alpine gitea exit

This commit is contained in:
CanbiZ
2025-10-29 08:40:53 -07:00
committed by GitHub
parent 5a01dd2ec9
commit 08ec932787

View File

@@ -32,6 +32,7 @@ function update_script() {
msg_info "Restarting Gitea"
rc-service gitea restart
msg_ok "Restarted Gitea"
exit
}
start