mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02:00
Fix passport:client --personal
This commit is contained in:
parent
69528449e8
commit
bb01ed9639
2 changed files with 2 additions and 2 deletions
|
@ -171,7 +171,7 @@ pushd "$final_path"
|
|||
php$phpversion artisan horizon:purge
|
||||
php$phpversion artisan import:cities
|
||||
php$phpversion artisan instance:actor
|
||||
php$phpversion artisan passport:client --personal
|
||||
php$phpversion artisan passport:client --personal <<< "\\n"
|
||||
popd
|
||||
|
||||
#=================================================
|
||||
|
|
|
@ -212,7 +212,7 @@ pushd "$final_path"
|
|||
php$phpversion artisan horizon:purge
|
||||
php$phpversion artisan import:cities
|
||||
php$phpversion artisan instance:actor
|
||||
php$phpversion artisan passport:client --personal
|
||||
php$phpversion artisan passport:client --personal <<< "\\n"
|
||||
popd
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue