From 90f09e4e9040398fb9e472ad8e89377e68ca17fe Mon Sep 17 00:00:00 2001 From: Rafi59 Date: Wed, 23 Oct 2019 15:25:30 +0200 Subject: [PATCH] Update install Co-Authored-By: Kayou --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 6e1e30c..44f6959 100755 --- a/scripts/install +++ b/scripts/install @@ -262,7 +262,7 @@ yunohost service add $app --log "/var/log/$app/$app.log" #================================================= ynh_print_info --message="Reloading minetest..." -ynh_systemd_action --action=restart --line_match="Server for gameid=minetest listening on :::30000." --log_path="/var/log/$app/minetest.log" +ynh_systemd_action --action=restart --line_match="Server for gameid="$app" listening on :::30000." --log_path="/var/log/$app/minetest.log" sleep 1 #=================================================