Skip to content
This repository was archived by the owner on Aug 16, 2021. It is now read-only.

Commit 7d920c0

Browse files
authored
Merge pull request #50 from startupturbo/dmius-aws-key-path-fix
Preprocess asw key path
2 parents 2d828b1 + 7110cf2 commit 7d920c0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nancy_run.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,8 @@ function checkParams() {
320320
then
321321
>&2 echo "ERROR: AWS keys not given."
322322
exit 1
323+
else
324+
checkPath AWS_KEY_PATH
323325
fi
324326

325327
if [ -z ${AWS_EC2_TYPE+x} ]

0 commit comments

Comments
 (0)