Add files via upload
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user