mirror of
https://github.com/YunoHost-Apps/firefly-iii_ynh.git
synced 2024-09-03 18:36:13 +02:00
Missing artisan in install
This commit is contained in:
parent
f64ebd02fb
commit
08936a2151
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ db_name=$(ynh_sanitize_dbid $app)
|
||||||
|
|
||||||
# setup application config
|
# setup application config
|
||||||
cd $final_path && sudo /usr/bin/php7.1 artisan -q :refresh --seed --force
|
cd $final_path && sudo /usr/bin/php7.1 artisan -q :refresh --seed --force
|
||||||
cd $final_path && sudo /usr/bin/php7.1 passport:install
|
cd $final_path && sudo /usr/bin/php7.1 artisan passport:install --force
|
||||||
|
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Reference in a new issue