mirror of
https://github.com/YunoHost-Apps/minetest_ynh.git
synced 2024-09-03 20:36:00 +02:00
Fixes
This commit is contained in:
parent
ed8659b5e4
commit
4c622196a6
2 changed files with 2 additions and 2 deletions
|
@ -60,7 +60,7 @@ ynh_replace_string --match_string="$old_domain" --replace_string="$new_domain" -
|
|||
#=================================================
|
||||
ynh_print_info --message="Reloading Minetest..."
|
||||
|
||||
systemctl start $app
|
||||
systemctl restart $app
|
||||
|
||||
#=================================================
|
||||
# END OF SCRIPT
|
||||
|
|
|
@ -180,7 +180,7 @@ chown -R $app: $home_path
|
|||
#=================================================
|
||||
ynh_print_info --message="Restarting Minetest..."
|
||||
|
||||
systemctl restart $app
|
||||
ynh_systemd_action --action=restart --line_match="Server for gameid="$app" listening on :::30000." --log_path="/var/log/$app/minetest.log"
|
||||
|
||||
#=================================================
|
||||
# END OF SCRIPT
|
||||
|
|
Loading…
Add table
Reference in a new issue