diff --git a/scripts/restore b/scripts/restore index c128fec..e29f48b 100755 --- a/scripts/restore +++ b/scripts/restore @@ -49,7 +49,7 @@ yunohost service add $app --description="Voxel game engine and game" --log="/var #================================================= ynh_script_progression --message="Starting a systemd service..." -ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$app/minetest.log" --line_match="listening on" +ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$app/$app.log" --line_match="listening on" #================================================= # GENERIC FINALIZATION