diff --git a/altitude b/altitude index ad65ffa..563354b 100644 --- a/altitude +++ b/altitude @@ -61,15 +61,12 @@ if [ ${#} != 0 ]; then done else if [ -e ${ALTITUDE_CFG} ]; then - help + . ${ALTITUDE_CFG} else init fi - exit 0 fi -. ${ALTITUDE_CFG} - # A variant of 'download_file' used to specify the target directory # $1: source URL # $2: target directory