Skip to content

Commit

Permalink
Update scripts/ironic-common.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Tuomo Tanskanen <tuomo@tanskanen.org>
  • Loading branch information
2 people authored and LALLAU Bertrand committed Sep 16, 2024
1 parent 8ba2d46 commit e841ff8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/ironic-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ run_ironic_dbsync()
# the schema in one go if not already created, instead of going through an upgrade
DB_VERSION="$(ironic-dbsync --config-file /etc/ironic/ironic.conf version)"
if [[ "${DB_VERSION}" == "None" ]]; then
then
ironic-dbsync --config-file /etc/ironic/ironic.conf create_schema
fi
fi
Expand Down

0 comments on commit e841ff8

Please sign in to comment.