From 91f6c5ed1a02844fc611fd08f8dfd3dd80bfc08e Mon Sep 17 00:00:00 2001 From: Peter Havekes Date: Wed, 23 Oct 2024 09:44:27 +0200 Subject: [PATCH] Typo in webauthn migration script --- roles/stepupwebauthn/templates/01-webauthn-db_init.sh.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/stepupwebauthn/templates/01-webauthn-db_init.sh.j2 b/roles/stepupwebauthn/templates/01-webauthn-db_init.sh.j2 index 4f022728f..81a1ea893 100644 --- a/roles/stepupwebauthn/templates/01-webauthn-db_init.sh.j2 +++ b/roles/stepupwebauthn/templates/01-webauthn-db_init.sh.j2 @@ -16,6 +16,7 @@ else fi echo "Create or migrate schema" /var/www/html/bin/console doctrine:migrations:migrate +if [ $? -eq 0 ] then echo "Done!" else