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

fix source .env

This commit is contained in:
Thomas 2023-12-26 15:08:30 +01:00 committed by GitHub
parent 6f94279f52
commit 08e047ee09
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -96,8 +96,13 @@ popd
#=================================================
ynh_script_progression --message="Upgrading database..." --weight=1
set -a
source $install_dir/.env
ynh_exec_warn_less $install_dir/venv/bin/ftcli db upgrade
set +a
#=================================================
# NGINX CONFIGURATION
#=================================================