-
-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fixing unbound variable Using -z in an if statement causes an unbound variable error if set -eu is declared but the variable has not been declared. Changing thing to -n which checks if the variable is declared and/or undefined. undefined is an empty string like bob="" undeclared is if it has never been declared at all * Check for IMDS Endpoint This checks of the IMDS Endpoint is available. If not if fails. * Add error message when IMDS Endpoint is unavailable Add an error message if the IMDS Metadata Endpoint is not available.
- Loading branch information
1 parent
3fc19af
commit eed9799
Showing
1 changed file
with
52 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters