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
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