2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2026-05-17 11:54:16 +00:00

Merge pull request #7561 from VersatusHPC/fix/confignetwork-typo

fix: typo in confignetwork preventing SETINSTALLNIC from working
This commit is contained in:
Markus Hilger
2026-05-07 11:55:55 +02:00
committed by GitHub
+1 -1
View File
@@ -96,7 +96,7 @@ do
fi
done
if [ "$SETINSTALLNIC" = "1" ] || [ "$SETINSTALLNIC" = "yes" ]; then
bool_install_nic=1
boot_install_nic=1
fi
######################################################################