From 09d09cc330d18612472984c655b3a9047bc8da92 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 17 Apr 2021 19:59:10 +0200 Subject: [PATCH] Fix --- scripts/install | 2 +- scripts/upgrade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 53b6e92..2647cef 100755 --- a/scripts/install +++ b/scripts/install @@ -140,7 +140,7 @@ popd ### (It's compatible with sed regular expressions syntax) # Install the game -if [ $is_public = 1 ]; then +if [ $is_public -eq 1 ]; then annouce = "true" else annouce = "fase" diff --git a/scripts/upgrade b/scripts/upgrade index 2edb845..9d55989 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -150,7 +150,7 @@ popd # MODIFY A CONFIG FILE #================================================= -if [ $is_public = 1 ]; then +if [ $is_public -eq 1 ]; then annouce = "true" else annouce = "fase"