Add files via upload

This commit is contained in:
Daniel
2021-04-21 22:38:46 +02:00
committed by GitHub
parent 242549fec7
commit 272f0e2b2f
+1 -4
View File
@@ -61,15 +61,12 @@ if [ ${#} != 0 ]; then
done done
else else
if [ -e ${ALTITUDE_CFG} ]; then if [ -e ${ALTITUDE_CFG} ]; then
help . ${ALTITUDE_CFG}
else else
init init
fi fi
exit 0
fi fi
. ${ALTITUDE_CFG}
# A variant of 'download_file' used to specify the target directory # A variant of 'download_file' used to specify the target directory
# $1: source URL # $1: source URL
# $2: target directory # $2: target directory