mirror of
https://github.com/YunoHost-Apps/lufi_ynh.git
synced 2024-09-03 19:36:28 +02:00
Update change_url
This commit is contained in:
parent
2793a871b5
commit
9de8bf21af
1 changed files with 5 additions and 0 deletions
|
@ -18,6 +18,11 @@ ynh_script_progression --message="Stopping a systemd service..."
|
|||
|
||||
ynh_systemd_action --service_name=$app --action="stop" --log_path="$install_dir/log/production.log"
|
||||
|
||||
if [ -f "$install_dir/script/hypnotoad.pid" ]; then
|
||||
ynh_print_info --message="Removing the PID file..."
|
||||
ynh_secure_remove --file="$install_dir/script/hypnotoad.pid"
|
||||
fi
|
||||
|
||||
#=================================================
|
||||
# MODIFY URL IN NGINX CONF
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue