Update watchyourlan.sh (#6886)

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
}