This commit is contained in:
ericgaspar 2021-04-17 19:59:10 +02:00
parent 56e1128f88
commit 09d09cc330
No known key found for this signature in database
GPG Key ID: 574F281483054D44
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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"