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
09d09cc330
commit
c6ccec4cda
2 changed files with 4 additions and 4 deletions
|
@ -141,9 +141,9 @@ popd
|
||||||
# Install the game
|
# Install the game
|
||||||
|
|
||||||
if [ $is_public -eq 1 ]; then
|
if [ $is_public -eq 1 ]; then
|
||||||
annouce = "true"
|
announce="true"
|
||||||
else
|
else
|
||||||
annouce = "fase"
|
announce="fase"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
ynh_add_config --template="../conf/minetest.conf" --destination="$home_path/.minetest/minetest.conf"
|
ynh_add_config --template="../conf/minetest.conf" --destination="$home_path/.minetest/minetest.conf"
|
||||||
|
|
|
@ -151,9 +151,9 @@ popd
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
if [ $is_public -eq 1 ]; then
|
if [ $is_public -eq 1 ]; then
|
||||||
annouce = "true"
|
announce="true"
|
||||||
else
|
else
|
||||||
annouce = "fase"
|
announce="fase"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
ynh_add_config --template="../conf/minetest.conf" --destination="$home_path/.minetest/minetest.conf"
|
ynh_add_config --template="../conf/minetest.conf" --destination="$home_path/.minetest/minetest.conf"
|
||||||
|
|
Loading…
Add table
Reference in a new issue