Skip to content

Commit 893125e

Browse files
Fix bug in IMDS ipv6 lockdown
This commit fixes bug in aws#1459 Signed-off-by: Hanwen <[email protected]>
1 parent e84253c commit 893125e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbooks/aws-parallelcluster-config/files/default/imds/imds-access.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ EOF
3535
}
3636

3737
function iptables_delete() {
38-
local $iptables_command=$1
38+
local iptables_command=$1
3939
local chain=$2
4040
local destination=$3
4141
local jump=$4

0 commit comments

Comments
 (0)