Update passport:install invocation to prevent unwanted confirmations

This commit is contained in:
Bubka
2024-06-26 14:14:45 +02:00
parent dd44b49c4e
commit b8b4d22efb
9 changed files with 48 additions and 9 deletions

View File

@ -55,7 +55,7 @@ if [ -f /2fauth/installed ]; then
fi
else
php artisan migrate:refresh --force
php artisan passport:install
php artisan passport:install --no-interaction
fi
echo "${COMMIT}" > /2fauth/installed