We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aca3c6 commit 824d2d0Copy full SHA for 824d2d0
1 file changed
templates/common/_base/files/nmstate-configuration.yaml
@@ -25,8 +25,8 @@ contents:
25
elif [ -s "$src_path/$default_file" ]; then
26
config_file=$default_file
27
else
28
- echo "No configuration found at $src_path/$host_file or $src_path/$cluster_file"
29
- exit 1
+ echo "No configuration found at $src_path/$host_file, $src_path/$cluster_file, or $src_path/$default_file"
+ exit 0
30
fi
31
32
if [ -e "$src_path/applied" ]; then
0 commit comments