Skip to content

Commit

Permalink
Fix upgrade from CS8 compatibility (#1642)
Browse files Browse the repository at this point in the history
  • Loading branch information
elfosardo committed Mar 12, 2024
1 parent 1fdfa6e commit 8d1e4db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion host_cleanup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ for interface in ${PROVISIONING_NETWORK_NAME} ${BAREMETAL_NETWORK_NAME} ${PRO_IF
done

if [ "${IF_FOUND:-}" == "true" ]; then
systemctl restart network.service || true
sudo systemctl restart network.service
fi

# There was a bug in this file, it may need to be recreated.
Expand Down

0 comments on commit 8d1e4db

Please sign in to comment.