1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/fittrackee_ynh.git synced 2024-09-03 18:36:16 +02:00

Update upgrade

This commit is contained in:
Éric Gaspar 2023-01-18 09:16:57 +01:00
parent 34313b74e0
commit 0398ad6191

View file

@ -88,9 +88,9 @@ chown -R $app:www-data "$final_path"
#=================================================
ynh_script_progression --message="Installing service script..." --weight=1
ynh_add_config --template="../conf/.env.production" --destination="$final_path/.env"
chmod 600 $final_path/.env
chown $app:www-data "$final_path/.env"
#ynh_add_config --template="../conf/.env.production" --destination="$final_path/.env"
#chmod 600 $final_path/.env
#chown $app:www-data "$final_path/.env"
set -a; source "$final_path/.env"; set +a