Skip to content

Commit

Permalink
fix the bug
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroTochigi committed Jun 22, 2024
1 parent 9b8b584 commit 15d5cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aws/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function createSecurityGroups(){
portConfigArray="8080:80,8443:443,2022:22"
fi

portArray=($(makePortArray "$portString1"))
portArray=($(makePortArray "$portConfigArray"))

for i in "${portArray[@]}"
do
Expand Down

0 comments on commit 15d5cf8

Please sign in to comment.