Commit ec71b4c0 by John Jarvis

changing null to false

parent ae6b9b25
...@@ -48,7 +48,7 @@ if [[ -z $zone ]]; then ...@@ -48,7 +48,7 @@ if [[ -z $zone ]]; then
fi fi
if [[ -z $elb ]]; then if [[ -z $elb ]]; then
elb="!!null" elb="false"
fi fi
if [[ -z $dns_name ]]; then if [[ -z $dns_name ]]; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment