From 1f9a5ee2c98913e9a53ec86b424bdc1d1d9063a1 Mon Sep 17 00:00:00 2001 From: tteckster Date: Fri, 22 Apr 2022 16:15:31 -0400 Subject: [PATCH] Update uptimekuma-update.sh --- misc/uptimekuma-update.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/uptimekuma-update.sh b/misc/uptimekuma-update.sh index eb21e064..87e55a25 100644 --- a/misc/uptimekuma-update.sh +++ b/misc/uptimekuma-update.sh @@ -51,11 +51,11 @@ msg_ok "Stopped Uptime Kuma" cd /opt/uptime-kuma -msg_info "Updating" +msg_info "Updating Uptime Kuma" git fetch &>/dev/null git checkout master &>/dev/null git pull &>/dev/null -msg_ok "Updated" +msg_ok "Updated Uptime Kuma" msg_info "Installing Dependencies" npm ci &>/dev/null