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