fix param
This commit is contained in:
parent
0d8ca693a3
commit
c7b4c6acfb
@ -46,16 +46,16 @@ fi
|
|||||||
MIRROR="copy"
|
MIRROR="copy"
|
||||||
TARGETORG=
|
TARGETORG=
|
||||||
#if [ $2 ] ; then TARGETORG=$2 ; fi
|
#if [ $2 ] ; then TARGETORG=$2 ; fi
|
||||||
for $param in {$2 $3} ; do
|
for $param in $2 $3 ; do
|
||||||
if [ $PARAM ] ; then
|
if [ $param ] ; then
|
||||||
if [ $param == "copy" || $param == "mirror" ] ; then
|
if [ $param == "copy" || $param == "mirror" ] ; then
|
||||||
$MIRROR=$param
|
$MIRROR=$param
|
||||||
else
|
else
|
||||||
$TARGETORG=$param
|
$TARGETORG=$param
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user