Skip to content

Instantly share code, notes, and snippets.

@soffi
Created May 11, 2017 13:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save soffi/bb747660cf73eb3415300a3656df7257 to your computer and use it in GitHub Desktop.
Save soffi/bb747660cf73eb3415300a3656df7257 to your computer and use it in GitHub Desktop.
if [ “$UUID” = “4C4C4544-004E-5410-8033-B3C04F57344A” ]; then
STORAGEIP=“1.1.1.2”
elif [ “$UUID” = “somethingelse” ]; then
STORAGEIP=“1.2.3.4"
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment