Describe the bug
Currently, AWSutils.sh script's output indicates incorrect installation paths for AWS CLI v1 and v2 command-aliases.
Severity
To Reproduce
Steps to reproduce the behavior:
- Execute
AWSutils.sh --help
- View output for the
-c and -C flags
- After script has run, find that command-symlinks are elsewhere
Expected behavior
That --help output match script-created configurations
Deviance Description
- v1-CLI is actually installed at
/usr/local/bin/aws1
- v2-CLI is actually installed at
/usr/local/bin/aws2
The --help output says they should be at /usr/local/bin/aws and /usr/bin/aws, respectively
Fix Suggestions
Fix https://github.com/plus3it/AMIgen8/blob/master/AWSutils.sh#L56-L57
Describe the bug
Currently,
AWSutils.shscript's output indicates incorrect installation paths for AWS CLI v1 and v2 command-aliases.Severity
To Reproduce
Steps to reproduce the behavior:
AWSutils.sh --help-cand-CflagsExpected behavior
That
--helpoutput match script-created configurationsDeviance Description
/usr/local/bin/aws1/usr/local/bin/aws2The
--helpoutput says they should be at/usr/local/bin/awsand/usr/bin/aws, respectivelyFix Suggestions
Fix https://github.com/plus3it/AMIgen8/blob/master/AWSutils.sh#L56-L57