Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bnr-utils/nz_s3Connector/nz_s3Connector
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ awscli_version_check()
log_func "Aws cli installed on the host"
else
log_func "Aws cli not installed on the host. Installing aws cli now . . ."
unzip awscli-bundle-1.16.144.zip 2>/dev/null
unzip awscli-bundle-*.zip 2>/dev/null
if [ $? -eq 0 ]; then
log_func "Aws cli unzipped successfully. Now installing the aws cli"
./awscli-bundle/install -b ~/bin/aws 2>/dev/null
Expand Down