mirror of
https://github.com/YunoHost-Apps/koel_ynh.git
synced 2024-09-03 19:35:54 +02:00
Execute artisan init as app user
This commit is contained in:
parent
7471a87828
commit
cbb540ffcd
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ ynh_add_config --template="env" --destination="$install_dir/.env"
|
|||
ynh_script_progression --message="Initializing Koel..." --weight=1
|
||||
|
||||
pushd $install_dir
|
||||
php$phpversion artisan koel:init --no-assets --no-interaction --quiet
|
||||
ynh_exec_as $app php$phpversion artisan koel:init --no-assets --no-interaction --quiet
|
||||
popd
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue