Fix
This commit is contained in:
parent
56e1128f88
commit
09d09cc330
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user