1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/minetest_ynh.git synced 2024-09-03 20:36:00 +02:00

Update install

Co-Authored-By: Kayou <pierre.moltess@gmail.com>
This commit is contained in:
Rafi59 2019-10-23 15:25:30 +02:00 committed by GitHub
parent 4c622196a6
commit 90f09e4e90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
#=================================================