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:
parent
1b66a7b4f1
commit
4ab7265e89
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue