From c2f9224ded036e83d607510ba3d362ff0a184f87 Mon Sep 17 00:00:00 2001 From: tteckster Date: Fri, 22 Apr 2022 16:08:16 -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 f9d8ae35..eb21e064 100644 --- a/misc/uptimekuma-update.sh +++ b/misc/uptimekuma-update.sh @@ -52,13 +52,13 @@ msg_ok "Stopped Uptime Kuma" cd /opt/uptime-kuma msg_info "Updating" -git fetch -git checkout master -git pull +git fetch &>/dev/null +git checkout master &>/dev/null +git pull &>/dev/null msg_ok "Updated" msg_info "Installing Dependencies" -npm ci +npm ci &>/dev/null msg_ok "Installed Dependencies" msg_info "Starting Uptime Kuma"