Update uptimekuma-v5.sh

This commit is contained in:
tteckster 2023-01-03 10:44:48 -05:00 committed by GitHub
parent 8dcfdff457
commit fb7c87245c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -321,7 +321,6 @@ cd /opt/uptime-kuma
msg_info "Pulling ${APP} ${LATEST}" msg_info "Pulling ${APP} ${LATEST}"
git fetch --all &>/dev/null git fetch --all &>/dev/null
git checkout $LATEST --force &>/dev/null git checkout $LATEST --force &>/dev/null
git pull &>/dev/null
msg_ok "Pulled ${APP} ${LATEST}" msg_ok "Pulled ${APP} ${LATEST}"
msg_info "Updating ${APP} to ${LATEST}" msg_info "Updating ${APP} to ${LATEST}"