aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xutil/hz3
1 files changed, 3 insertions, 0 deletions
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; }