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

Fix early crash bug

This commit is contained in:
aclist 2022-10-09 15:43:14 +09:00
parent e10119c0aa
commit 69b7d82e1b

View file

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