1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/coin_ynh.git synced 2024-09-03 18:16:26 +02:00
coin_ynh/scripts/change_url
Alexandre Aubin 86d4bf3361 Packaging v2
2023-12-16 15:11:09 +01:00

12 lines
356 B
Bash

#!/bin/bash
source _common.sh
source /usr/share/yunohost/helpers
ynh_systemd_action --service_name=$app --action="stop" --log_path="/var/log/$app/$app.log"
ynh_change_url_nginx_config
ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$app/$app.log"
ynh_script_progression --message="Change of URL completed for $app" --last