Skip to content

Commit 0154fd0

Browse files
rcourtmanclaude
andcommitted
fix: ensure service file exists even when version is current
- Added setup_systemd_service to "already latest version" path in updates - Fixes case where service file is missing but version check passes - Now recreates service file in all update scenarios 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 0fcca90 commit 0154fd0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/install-pulse.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -608,6 +608,7 @@ perform_update() {
608608
local current_version=$(get_current_version)
609609
if [ "$current_version" = "${TARGET_TAG#v}" ]; then
610610
print_info "Already running latest version"
611+
setup_systemd_service
611612
systemctl start "$SERVICE_NAME"
612613
return 0
613614
fi

0 commit comments

Comments
 (0)