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

Fix upgrade

This commit is contained in:
oufmilo 2023-02-05 20:49:55 +01:00
parent 3480f35c3e
commit f2209f567a

View file

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