mirror of
https://github.com/YunoHost-Apps/minetest_ynh.git
synced 2024-09-03 20:36:00 +02:00
Fix
This commit is contained in:
parent
56e1128f88
commit
09d09cc330
2 changed files with 2 additions and 2 deletions
|
@ -140,7 +140,7 @@ popd
|
||||||
### (It's compatible with sed regular expressions syntax)
|
### (It's compatible with sed regular expressions syntax)
|
||||||
# Install the game
|
# Install the game
|
||||||
|
|
||||||
if [ $is_public = 1 ]; then
|
if [ $is_public -eq 1 ]; then
|
||||||
annouce = "true"
|
annouce = "true"
|
||||||
else
|
else
|
||||||
annouce = "fase"
|
annouce = "fase"
|
||||||
|
|
|
@ -150,7 +150,7 @@ popd
|
||||||
# MODIFY A CONFIG FILE
|
# MODIFY A CONFIG FILE
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
if [ $is_public = 1 ]; then
|
if [ $is_public -eq 1 ]; then
|
||||||
annouce = "true"
|
annouce = "true"
|
||||||
else
|
else
|
||||||
annouce = "fase"
|
annouce = "fase"
|
||||||
|
|
Loading…
Add table
Reference in a new issue