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 <[email protected]>
  • Loading branch information
blallau and tuminoid authored Sep 16, 2024
1 parent e6cbe98 commit c4f8d29
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 c4f8d29

Please sign in to comment.