Skip to content

Commit

Permalink
Typo in webauthn migration script
Browse files Browse the repository at this point in the history
  • Loading branch information
phavekes committed Oct 23, 2024
1 parent b3957e5 commit 91f6c5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/stepupwebauthn/templates/01-webauthn-db_init.sh.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 91f6c5e

Please sign in to comment.