Browse Source

Update uptimekuma-update.sh

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

+ 2 - 2
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