We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f5bee3 commit 5506dd3Copy full SHA for 5506dd3
cookbooks/aws-parallelcluster-environment/files/default/network_interfaces/configure_nw_interface.sh
@@ -9,7 +9,7 @@
9
set -e
10
11
if
12
-# [ -z "${DEVICE_NAME}" ] || # name of the device
+ [ -z "${DEVICE_NAME}" ] || # name of the device
13
[ -z "${DEVICE_NUMBER}" ] || # index of the device
14
[ -z "${NETWORK_CARD_INDEX}" ] || # index of the network card
15
[ -z "${GW_IP_ADDRESS}" ] || # gateway ip address
0 commit comments