aboutsummaryrefslogtreecommitdiffstats
path: root/util/hz
diff options
context:
space:
mode:
authorken restivo <ken@restivo.org>2016-01-12 13:20:37 -0800
committerken restivo <ken@restivo.org>2016-01-12 13:20:37 -0800
commitbbc1a1f1fb925fc804585118364297acb5c8fa1f (patch)
tree236f6c50422d66fc2f63887a9a736099131b4ec5 /util/hz
parentaddf696db8dedb7b8df4a496d3eb1a021f9bcc51 (diff)
downloadvolse-hubzilla-bbc1a1f1fb925fc804585118364297acb5c8fa1f.tar.gz
volse-hubzilla-bbc1a1f1fb925fc804585118364297acb5c8fa1f.tar.bz2
volse-hubzilla-bbc1a1f1fb925fc804585118364297acb5c8fa1f.zip
Source the conf.
Diffstat (limited to 'util/hz')
-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; }