mirror of
https://github.com/YunoHost-Apps/fittrackee_ynh.git
synced 2024-09-03 18:36:16 +02:00
Update install
This commit is contained in:
parent
68661d8fd5
commit
a361b16422
1 changed files with 7 additions and 1 deletions
|
@ -74,7 +74,13 @@ set -a; source "$install_dir/.env"; set +a
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Initializing database..." --weight=1
|
ynh_script_progression --message="Initializing database..." --weight=1
|
||||||
|
|
||||||
ynh_exec_warn_less /var/www/fittrackee/.venv/bin/ftcli db upgrade
|
ynh_exec_warn_less $install_dir/.venv/bin/ftcli db upgrade
|
||||||
|
|
||||||
|
$install_dir/.venv/bin/deactivate
|
||||||
|
|
||||||
|
$install_dir/.venv/bin/fittrackee
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Reference in a new issue