Update vikunja.sh

This commit is contained in:
Tobias
2026-01-28 16:15:00 +01:00
committed by GitHub
parent c1de20af46
commit e9d3f47336

View File

@@ -45,7 +45,7 @@ function update_script() {
[[ "$CONFIRM2" =~ ^[yY]$ ]] || exit 0
fi
if check_for_gh_release "vikunja" "go-vikunja/vikunja" "latest"; then
if check_for_gh_release "vikunja" "go-vikunja/vikunja"; then
msg_info "Stopping Service"
systemctl stop vikunja
msg_ok "Stopped Service"