From 1887b121ee0d0d8c7148478d7086075b4268896a Mon Sep 17 00:00:00 2001 From: Rafi59 Date: Sat, 10 Jun 2017 16:39:53 +0200 Subject: [PATCH] Update command --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 772c0a6..b070b22 100755 --- a/scripts/install +++ b/scripts/install @@ -87,7 +87,7 @@ ynh_replace_string "__DOMAIN__" "$domain" ../conf/minetest.conf ynh_replace_string "__PVP__" "$pvp" ../conf/minetest.conf ynh_replace_string "__CREATIVE__" "$creative" ../conf/minetest.conf ynh_replace_string "__DAMAGE__" "$damage" ../conf/minetest.conf -sudo cp ../conf/minetest.conf /etc/minetest/minetest.conf +sudo cat ../conf/minetest.conf | sudo tee /etc/minetest/minetest.conf >/dev/null ynh_store_checksum_config "/etc/minetest/minetest.conf" # Enregistre la somme de contrĂ´le du fichier de config