1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/minetest_ynh.git synced 2024-09-03 20:36:00 +02:00
This commit is contained in:
Rafi594 2019-10-23 15:23:05 +02:00
parent ed8659b5e4
commit 4c622196a6
2 changed files with 2 additions and 2 deletions

View file

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

View file

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