From ef76c326cd44fb41b89cdaf60861369f15124329 Mon Sep 17 00:00:00 2001 From: tteckster Date: Fri, 22 Apr 2022 16:24:54 -0400 Subject: [PATCH] Update uptimekuma-update.sh --- misc/uptimekuma-update.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/misc/uptimekuma-update.sh b/misc/uptimekuma-update.sh index f0fe745c..2106071d 100644 --- a/misc/uptimekuma-update.sh +++ b/misc/uptimekuma-update.sh @@ -51,15 +51,15 @@ msg_ok "Stopped Uptime Kuma" cd /opt/uptime-kuma -msg_info "Updating Uptime Kuma" +msg_info "Pulling Uptime Kuma" git fetch &>/dev/null git checkout master &>/dev/null git pull &>/dev/null -msg_ok "Updated Uptime Kuma" +msg_ok "Pulled Uptime Kuma" -msg_info "Installing Dependencies (Patience)" +msg_info "Updating Uptime Kuma (Patience)" npm ci &>/dev/null -msg_ok "Installed Dependencies" +msg_ok "Updated Uptime Kuma" msg_info "Starting Uptime Kuma" sudo systemctl start uptime-kuma &>/dev/null