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:
parent
6f94279f52
commit
08e047ee09
1 changed files with 5 additions and 0 deletions
|
@ -96,8 +96,13 @@ popd
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Upgrading database..." --weight=1
|
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
|
ynh_exec_warn_less $install_dir/venv/bin/ftcli db upgrade
|
||||||
|
|
||||||
|
set +a
|
||||||
#=================================================
|
#=================================================
|
||||||
# NGINX CONFIGURATION
|
# NGINX CONFIGURATION
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Reference in a new issue