Skip to content

Commit

Permalink
Merge pull request #1245 from seokho-son/main
Browse files Browse the repository at this point in the history
Add more parameter index for register-cloud
  • Loading branch information
seokho-son authored Nov 1, 2022
2 parents b5cf84d + 4b49db8 commit f8bcf77
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,18 @@ EOF
{
"Key" : "${CredentialKey05[$INDEX]:-NULL}",
"Value" : "${CredentialVal05[$INDEX]:-NULL}"
},
{
"Key" : "${CredentialKey06[$INDEX]:-NULL}",
"Value" : "${CredentialVal06[$INDEX]:-NULL}"
},
{
"Key" : "${CredentialKey07[$INDEX]:-NULL}",
"Value" : "${CredentialVal07[$INDEX]:-NULL}"
},
{
"Key" : "${CredentialKey08[$INDEX]:-NULL}",
"Value" : "${CredentialVal08[$INDEX]:-NULL}"
}
]
}
Expand Down

0 comments on commit f8bcf77

Please sign in to comment.