1
0
Fork 0
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:
dragondaddy 2023-09-21 22:39:01 +02:00
parent a87f113716
commit 1c9bdee14d

View file

@ -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