commit | a3475e53c1eba531e8ff718c33788abfb7c58b77 | [log] [tgz] |
---|---|---|
author | Anthony Young <sleepsonthefloor@gmail.com> | Mon Nov 07 13:24:00 2011 -0600 |
committer | Anthony Young <sleepsonthefloor@gmail.com> | Mon Nov 07 13:24:00 2011 -0600 |
tree | 9af32eb293b557dcf82e9e857c7ba67a57934502 | |
parent | 7c259cea84b474b76b811f63a4f5274214d96fb8 [diff] [blame] |
fix typo
diff --git a/stack.sh b/stack.sh index dea7501..9bebe84 100755 --- a/stack.sh +++ b/stack.sh
@@ -172,7 +172,7 @@ # Use the eth0 IP unless an explicit is set by ``HOST_IP`` environment variable if [ ! -n "$HOST_IP" ]; then HOST_IP=`LC_ALL=C /sbin/ifconfig eth0 | grep -m 1 'inet addr:'| cut -d: -f2 | awk '{print $1}'` - if [ "$HOST_IP" = "" ]; + if [ "$HOST_IP" = "" ]; then echo "Could not determine host ip address. Please specify HOST_IP in your localrc." exit 1 fi