1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/firefly-iii_ynh.git synced 2024-09-03 18:36:13 +02:00

Hmkay, laravel-passport-keys doesn't exist for some reason, let's go bac to the old code...

This commit is contained in:
Alexandre Aubin 2024-04-25 12:11:09 +02:00
parent e783276982
commit 0a6233269f
2 changed files with 2 additions and 2 deletions

View file

@ -50,7 +50,7 @@ pushd "$install_dir"
php$phpversion artisan firefly-iii:upgrade-database php$phpversion artisan firefly-iii:upgrade-database
php$phpversion artisan firefly-iii:correct-database php$phpversion artisan firefly-iii:correct-database
php$phpversion artisan firefly-iii:report-integrity php$phpversion artisan firefly-iii:report-integrity
php$phpversion artisan firefly-iii:laravel-passport-keys php$phpversion artisan passport:keys || true
popd popd
#================================================= #=================================================

View file

@ -51,7 +51,7 @@ pushd "$install_dir"
php$phpversion artisan firefly-iii:decrypt-all php$phpversion artisan firefly-iii:decrypt-all
php$phpversion artisan cache:clear php$phpversion artisan cache:clear
php$phpversion artisan firefly-iii:upgrade-database php$phpversion artisan firefly-iii:upgrade-database
php$phpversion artisan firefly-iii:laravel-passport-keys php$phpversion artisan passport:keys || true
php$phpversion artisan cache:clear php$phpversion artisan cache:clear
popd popd