mirror of
https://github.com/YunoHost-Apps/zusam_ynh.git
synced 2024-09-03 18:05:54 +02:00
path to bin/console (api/bin/console)
This commit is contained in:
parent
a87f113716
commit
1c9bdee14d
1 changed files with 2 additions and 2 deletions
|
@ -43,8 +43,8 @@ ynh_script_progression --message="Proceeding to migration..."
|
||||||
|
|
||||||
pushd $install_dir
|
pushd $install_dir
|
||||||
ynh_script_progression --message="Proceeding to migration..."
|
ynh_script_progression --message="Proceeding to migration..."
|
||||||
ynh_exec_as $app php$phpversion bin/console doctrine:migration:migrate
|
ynh_exec_as $app php$phpversion api/bin/console doctrine:migration:migrate
|
||||||
ynh_exec_as $app php$phpversion bin/console zusam:migration
|
ynh_exec_as $app php$phpversion api/bin/console zusam:migration
|
||||||
|
|
||||||
ynh_script_progression --message="Pulling in external libraries with Composer..."
|
ynh_script_progression --message="Pulling in external libraries with Composer..."
|
||||||
ynh_install_composer
|
ynh_install_composer
|
||||||
|
|
Loading…
Reference in a new issue