1
0
Fork 0
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:
OniriCorpe 2024-02-22 23:27:24 +01:00 committed by GitHub
parent 2793a871b5
commit 9de8bf21af
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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" 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 # MODIFY URL IN NGINX CONF
#================================================= #=================================================