mirror of
https://github.com/aclist/dztui.git
synced 2025-04-05 12:03:00 +02:00
Fix early crash bug
This commit is contained in:
parent
e10119c0aa
commit
69b7d82e1b
1 changed files with 2 additions and 2 deletions
4
dzgui.sh
4
dzgui.sh
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
version=2.8.0-rc.24
|
version=2.8.0-rc.25
|
||||||
|
|
||||||
aid=221100
|
aid=221100
|
||||||
game="dayz"
|
game="dayz"
|
||||||
|
@ -1491,7 +1491,7 @@ check_version(){
|
||||||
if [[ $version == $upstream ]]; then
|
if [[ $version == $upstream ]]; then
|
||||||
check_unmerged
|
check_unmerged
|
||||||
else
|
else
|
||||||
echo "100"
|
# 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
|
||||||
|
|
Loading…
Reference in a new issue