Update uptimekuma-update.sh

This commit is contained in:
tteckster 2022-04-22 15:59:42 -04:00 committed by GitHub
parent 9655ed070a
commit f61f6e7c1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,13 +57,13 @@ fi
msg_info "Updating"
git fetch &>/dev/null
git checkout master &>/dev/null
git pull &>/dev/null
git fetch
git checkout master
git pull
msg_ok "Updated"
msg_info "Installing Dependencies"
npm ci &>/dev/null
npm ci
msg_ok "Installed Dependencies"
if which systemctl 2> /dev/null > /dev/null; then