1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wetty_ynh.git synced 2024-09-03 18:16:29 +02:00

Add missing variable in change_url

This commit is contained in:
Salamandar 2020-06-30 23:13:46 +02:00
parent 1b66a7b4f1
commit 4ab7265e89

View file

@ -128,6 +128,7 @@ chown -R root: "$final_path"
ynh_script_progression --message="Configuring the systemd service..." --weight=1
domain="$new_domain"
path_url="$new_path"
# Create a dedicated systemd config
ynh_backup_if_checksum_is_different --file="/etc/systemd/system/$app.service"