mirror of
https://github.com/YunoHost-Apps/funkwhale_ynh.git
synced 2024-09-03 18:36:24 +02:00
Fix config
This commit is contained in:
parent
35e9875dec
commit
a4176be091
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ fi
|
|||
ynh_script_progression --message="Modifying a config file..."
|
||||
|
||||
domain=$new_domain
|
||||
ynh_add_config --template="../conf/env.prod" --destination="$final_path/code/config/.env"
|
||||
ynh_add_config --template="../conf/env.prod" --destination="$final_path/config/.env"
|
||||
|
||||
#=================================================
|
||||
# MODIFY THE FEDERATION
|
||||
|
|
Loading…
Reference in a new issue