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