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
3 changes: 1 addition & 2 deletions s3curl.pl
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@

if ($cmdLineSecretKey) {
printCmdlineSecretWarning();
sleep 5;

$secretKey = $cmdLineSecretKey;
} else {
Expand Down Expand Up @@ -332,7 +331,7 @@ sub printCmdlineSecretWarning {

\$ chmod 600 $DOTFILE

Will sleep and continue despite this problem.
Will continue despite this problem.
Please set up $DOTFILE for future requests.
END_WARNING
}
Expand Down