fix: geopulse: update check

This commit is contained in:
CrazyWolf13
2026-03-26 15:54:56 +01:00
parent d7767a65a7
commit afc21cae34

View File

@@ -29,7 +29,7 @@ function update_script() {
exit
fi
if check_for_gh_release "geopulse" "tess1o/geopulse"; then
if check_for_gh_release "geopulse-backend" "tess1o/geopulse"; then
msg_info "Stopping Service"
systemctl stop geopulse-backend
msg_ok "Stopped Service"