1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

M #-: Fix downloader.sh command line arguments

This commit is contained in:
Ruben S. Montero 2022-03-22 11:23:29 +01:00
parent dd801e2db0
commit 1fe1e72c7e
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

View File

@ -318,7 +318,7 @@ function curl_retry_args {
echo $RETRY_ARGS
}
TEMP=`getopt -o m:s:l:c:n:o -l md5:,sha1:,limit:,max-size:,nodecomp,noretry -- "$@"`
TEMP=`getopt -o m:s:l:c:no -l md5:,sha1:,limit:,max-size:,nodecomp,noretry -- "$@"`
if [ $? != 0 ] ; then
echo "Arguments error" >&2