1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2025-04-05 12:03:00 +02:00

Suppress progress dialog during version update

This commit is contained in:
aclist 2022-09-26 04:42:58 +09:00
parent 9db9bf03d1
commit 6b6a8aa410

View file

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
set -o pipefail set -o pipefail
version=2.7.0-rc.13 version=2.7.0-rc.14
aid=221100 aid=221100
game="dayz" game="dayz"
@ -1255,6 +1255,7 @@ check_version(){
if [[ $version == $upstream ]]; then if [[ $version == $upstream ]]; then
check_unmerged check_unmerged
else else
echo "100"
echo "[DZGUI] Upstream ($upstream) != local ($version)" echo "[DZGUI] Upstream ($upstream) != local ($version)"
if [[ $enforce_dl -eq 1 ]]; then if [[ $enforce_dl -eq 1 ]]; then
enforce_dl enforce_dl