mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-22 22:48:29 +00:00
Fix error in last commit
This commit is contained in:
parent
9a76dd8e16
commit
ca9ea08ebe
@ -1001,7 +1001,7 @@ printWarnMessage(){
|
|||||||
if [ -z "$reason" ]; then
|
if [ -z "$reason" ]; then
|
||||||
reason="$warnreason"
|
reason="$warnreason"
|
||||||
fi
|
fi
|
||||||
if [ "$1" == "update" ]; then
|
elif [ "$1" == "update" ]; then
|
||||||
if [ -n "$appupdate" ]; then
|
if [ -n "$appupdate" ]; then
|
||||||
if [ -n "$modupdate" ]; then
|
if [ -n "$modupdate" ]; then
|
||||||
if [ -n "$msgReasonUpdateAppMod" ]; then
|
if [ -n "$msgReasonUpdateAppMod" ]; then
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user