Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Bad paths in AWSutils.sh --help Output #17

Open
1 of 4 tasks
ferricoxide opened this issue Dec 17, 2020 · 0 comments
Open
1 of 4 tasks

[BUG] Bad paths in AWSutils.sh --help Output #17

ferricoxide opened this issue Dec 17, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@ferricoxide
Copy link
Member

Describe the bug

Currently, AWSutils.sh script's output indicates incorrect installation paths for AWS CLI v1 and v2 command-aliases.

Severity

  • Completely Broken (No work-around evident)
  • Severely Broken (Work-around possible but difficult)
  • Moderately Broken (Trivial work-around)
  • Nuisance (Functions but untrapped errors can slip through)

To Reproduce
Steps to reproduce the behavior:

  1. Execute AWSutils.sh --help
  2. View output for the -c and -C flags
  3. 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

@ferricoxide ferricoxide added the bug Something isn't working label Dec 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant