1
0
Fork 0
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:
anmol26s 2018-06-17 10:24:25 +05:30
parent f64ebd02fb
commit 08936a2151

View file

@ -136,7 +136,7 @@ db_name=$(ynh_sanitize_dbid $app)
# setup application config
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
#=================================================