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