Skip to content

Commit

Permalink
Allow nmc failures
Browse files Browse the repository at this point in the history
Signed-off-by: Atanas Dinov <[email protected]>
  • Loading branch information
atanasdinov committed Jan 18, 2024
1 parent 25c1449 commit 9335972
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/combustion/templates/03-configure-network.sh.tpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
set -euo pipefail

./nmc apply --config-dir {{ .ConfigDir }}
# Use "|| true" in order to allow for DHCP configurations in cases where nmc fails
./nmc apply --config-dir {{ .ConfigDir }} || true

0 comments on commit 9335972

Please sign in to comment.