diff --git a/scripts/install-pulse.sh b/scripts/install-pulse.sh index 388b7d1bf..de7bbbae9 100755 --- a/scripts/install-pulse.sh +++ b/scripts/install-pulse.sh @@ -608,6 +608,7 @@ perform_update() { local current_version=$(get_current_version) if [ "$current_version" = "${TARGET_TAG#v}" ]; then print_info "Already running latest version" + setup_systemd_service systemctl start "$SERVICE_NAME" return 0 fi