From 272f0e2b2f72cccb999abd685033777a4e66197f Mon Sep 17 00:00:00 2001 From: Daniel <66517614+danielkot@users.noreply.github.com> Date: Wed, 21 Apr 2021 22:38:46 +0200 Subject: [PATCH] Add files via upload --- altitude | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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