mirror of
https://github.com/YunoHost-Apps/fittrackee_ynh.git
synced 2024-09-03 18:36:16 +02:00
Fix the .env.production reference
This commit is contained in:
parent
51a1c0fab1
commit
2d8f9df3b9
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ ynh_change_url_nginx_config
|
|||
ynh_script_progression --message="Modifying a config file..." --weight=1
|
||||
|
||||
domain=$new_domain
|
||||
ynh_add_config --template="../conf/env.production" --destination="$install_dir/config/.env"
|
||||
ynh_add_config --template="../conf/.env.production" --destination="$install_dir/config/.env"
|
||||
|
||||
#=================================================
|
||||
# START SYSTEMD SERVICE
|
||||
|
|
Loading…
Reference in a new issue