Update watchyourlan.sh (#6886)
Some checks are pending
Auto Update .app-files / update-app-files (push) Waiting to run
Create Changelog Pull Request / update-changelog-pull-request (push) Waiting to run
Close Discussion on PR Merge / close-discussion (push) Waiting to run
Sync to Gitea / sync (push) Waiting to run

This commit is contained in:
Slaviša Arežina 2025-08-15 22:09:56 +02:00 committed by GitHub
parent 79adb4ef9b
commit f68b80fe4a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -46,6 +46,9 @@ function update_script() {
msg_info "Starting service"
systemctl enable -q --now watchyourlan
msg_ok "Service started"
else
msg_ok "No update required. ${APP} is already at v${RELEASE}"
fi
exit
}