1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/minetest_ynh.git synced 2024-09-03 20:36:00 +02:00
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) ### (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"

View file

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