From f68b80fe4a775c5f698567decf87606d6d176749 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Fri, 15 Aug 2025 22:09:56 +0200 Subject: [PATCH] Update watchyourlan.sh (#6886) --- ct/watchyourlan.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ct/watchyourlan.sh b/ct/watchyourlan.sh index 5fb514ca9..0be6e8ef8 100644 --- a/ct/watchyourlan.sh +++ b/ct/watchyourlan.sh @@ -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 }