Browse Source

Update uptimekuma-update.sh

tteckster 3 years ago
parent
commit
c2f9224ded
1 changed files with 4 additions and 4 deletions
  1. 4 4
      misc/uptimekuma-update.sh

+ 4 - 4
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"