1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/castopod_ynh.git synced 2024-09-03 18:16:14 +02:00
This commit is contained in:
Éric Gaspar 2023-10-23 23:47:42 +02:00
parent 968d650248
commit 2b15a2537c
2 changed files with 2 additions and 2 deletions

View file

@ -70,7 +70,7 @@ chown $app:www-data "$install_dir/.env"
ynh_script_progression --message="Configuring $app database..." --weight=1
pushd $install_dir
ynh_exec_warn_less ynh_exec_as php${phpversion} spark migrate --all
ynh_exec_warn_less ynh_exec_as $app php${phpversion} spark migrate --all
popd
#=================================================

View file

@ -87,7 +87,7 @@ chown $app:www-data "$install_dir/.env"
ynh_script_progression --message="Configuring $app database..." --weight=1
pushd $install_dir
ynh_exec_warn_less ynh_exec_as php${phpversion} spark migrate --all
ynh_exec_warn_less ynh_exec_as $app php${phpversion} spark migrate --all
popd
#=================================================