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

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
}