From bbc1a1f1fb925fc804585118364297acb5c8fa1f Mon Sep 17 00:00:00 2001 From: ken restivo Date: Tue, 12 Jan 2016 13:20:37 -0800 Subject: Source the conf. --- util/hz | 3 +++ 1 file changed, 3 insertions(+) (limited to 'util/hz') diff --git a/util/hz b/util/hz index 3be684a64..74d948bdd 100755 --- a/util/hz +++ b/util/hz @@ -22,6 +22,9 @@ CUR=`which curl` [ "$1" ] && CONF="$1" + +. ${CONF} + [ "$USER" ] || { echo "no USER"; usage; exit 1; } [ "$PASS" ] || { echo "no PASS"; usage; exit 1; } [ "$HUB" ] || { echo "no HUB"; usage; exit 1; } -- cgit v1.2.3