Source the conf.

This commit is contained in:
ken restivo 2016-01-12 13:20:37 -08:00
parent addf696db8
commit bbc1a1f1fb

View file

@ -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; }