mirror of
https://github.com/YunoHost-Apps/castopod_ynh.git
synced 2024-09-03 18:16:14 +02:00
fix
This commit is contained in:
parent
968d650248
commit
2b15a2537c
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
#=================================================
|
||||
|
|
|
@ -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
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue