Skip to content

Instantly share code, notes, and snippets.

@ig0r
Created March 18, 2016 21:19
Show Gist options
  • Save ig0r/dec33b51fa9afbcd1234 to your computer and use it in GitHub Desktop.
Save ig0r/dec33b51fa9afbcd1234 to your computer and use it in GitHub Desktop.
checking environment variable
#!/bin/bash
: "${DISCOVERY_NODE?Need to set DISCOVERY_NODE}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment