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-18 07:45:09 +02:00
parent 09d09cc330
commit c6ccec4cda
2 changed files with 4 additions and 4 deletions

View file

@ -141,9 +141,9 @@ popd
# Install the game
if [ $is_public -eq 1 ]; then
annouce = "true"
announce="true"
else
annouce = "fase"
announce="fase"
fi
ynh_add_config --template="../conf/minetest.conf" --destination="$home_path/.minetest/minetest.conf"

View file

@ -151,9 +151,9 @@ popd
#=================================================
if [ $is_public -eq 1 ]; then
annouce = "true"
announce="true"
else
annouce = "fase"
announce="fase"
fi
ynh_add_config --template="../conf/minetest.conf" --destination="$home_path/.minetest/minetest.conf"