mirror of
https://github.com/aclist/dztui.git
synced 2025-04-04 19:43:00 +02:00
Suppress progress dialog during version update
This commit is contained in:
parent
9db9bf03d1
commit
6b6a8aa410
1 changed files with 2 additions and 1 deletions
3
dzgui.sh
3
dzgui.sh
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -o pipefail
|
||||
version=2.7.0-rc.13
|
||||
version=2.7.0-rc.14
|
||||
|
||||
aid=221100
|
||||
game="dayz"
|
||||
|
@ -1255,6 +1255,7 @@ check_version(){
|
|||
if [[ $version == $upstream ]]; then
|
||||
check_unmerged
|
||||
else
|
||||
echo "100"
|
||||
echo "[DZGUI] Upstream ($upstream) != local ($version)"
|
||||
if [[ $enforce_dl -eq 1 ]]; then
|
||||
enforce_dl
|
||||
|
|
Loading…
Reference in a new issue