Follow up for #16341

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe
2025-02-26 20:15:09 +00:00
parent 616f3558dd
commit a81c520d93
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -580,7 +580,7 @@ echo "--------------------------------------------------------\e[39m\n\n";
if ((!file_exists('storage/oauth-public.key')) || (!file_exists('storage/oauth-private.key'))) {
echo $info_icon." No OAuth keys detected. Running passport install now.\n\n";
$passport = shell_exec('php artisan passport:install');
$passport = shell_exec('php artisan passport:install --no-interaction');
echo $passport;
} else {
echo $success_icon." OAuth keys detected. Skipping passport install.\n\n";