1
0
Fork 0
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:
Thomas 2023-09-25 08:46:34 +02:00 committed by GitHub
parent 51a1c0fab1
commit 2d8f9df3b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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