From c6ccec4cda628014461afb1687723a57e6ffb8ba Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 18 Apr 2021 07:45:09 +0200 Subject: [PATCH] Fix --- scripts/install | 4 ++-- scripts/upgrade | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/install b/scripts/install index 2647cef..397b246 100755 --- a/scripts/install +++ b/scripts/install @@ -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" diff --git a/scripts/upgrade b/scripts/upgrade index 9d55989..cf242a2 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -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"