1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/libremdb_ynh.git synced 2024-09-03 19:36:22 +02:00

add domain-var to change_url

This commit is contained in:
Sebastian Gumprich 2023-04-19 12:30:10 +02:00
parent b330b585a5
commit 876cffc440

View file

@ -105,6 +105,8 @@ fi
#=================================================
ynh_script_progression --message="Changing app configuration file..." --weight=1
domain="$old_domain"
ynh_add_config --template="../conf/.env.local.example" --destination="$final_path/.env.local"
chmod 400 "$final_path/.env.local"