Skip to content

Commit 5506dd3

Browse files
committed
add device num
1 parent 3f5bee3 commit 5506dd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbooks/aws-parallelcluster-environment/files/default/network_interfaces/configure_nw_interface.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
set -e
1010

1111
if
12-
# [ -z "${DEVICE_NAME}" ] || # name of the device
12+
[ -z "${DEVICE_NAME}" ] || # name of the device
1313
[ -z "${DEVICE_NUMBER}" ] || # index of the device
1414
[ -z "${NETWORK_CARD_INDEX}" ] || # index of the network card
1515
[ -z "${GW_IP_ADDRESS}" ] || # gateway ip address

0 commit comments

Comments
 (0)