From 5ef45368c48ac57cc21251acb1a0e9095898824e Mon Sep 17 00:00:00 2001 From: Francesco Vattiato Date: Tue, 20 Jan 2026 14:16:09 +0100 Subject: [PATCH] Update ct/nightscout.sh Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com> --- ct/nightscout.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/nightscout.sh b/ct/nightscout.sh index 96a148118..227342f2c 100644 --- a/ct/nightscout.sh +++ b/ct/nightscout.sh @@ -35,10 +35,10 @@ function update_script() { fetch_and_deploy_gh_release "nightscout" "nightscout/cgm-remote-monitor" "source" - msg_info "Updating ${APP}" + msg_info "Updating Nightscout" cd /opt/nightscout $STD npm install - msg_ok "Updated ${APP}" + msg_ok "Updated Nightscout" msg_info "Starting Service" systemctl start nightscout