diff options
author | ken restivo <ken@restivo.org> | 2016-01-12 13:20:37 -0800 |
---|---|---|
committer | ken restivo <ken@restivo.org> | 2016-01-12 13:20:37 -0800 |
commit | bbc1a1f1fb925fc804585118364297acb5c8fa1f (patch) | |
tree | 236f6c50422d66fc2f63887a9a736099131b4ec5 /util | |
parent | addf696db8dedb7b8df4a496d3eb1a021f9bcc51 (diff) | |
download | volse-hubzilla-bbc1a1f1fb925fc804585118364297acb5c8fa1f.tar.gz volse-hubzilla-bbc1a1f1fb925fc804585118364297acb5c8fa1f.tar.bz2 volse-hubzilla-bbc1a1f1fb925fc804585118364297acb5c8fa1f.zip |
Source the conf.
Diffstat (limited to 'util')
-rwxr-xr-x | util/hz | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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; } |