Fix moulette/launch: can pass more than one login
This commit is contained in:
parent
4d003d6626
commit
874c6bc482
@ -27,7 +27,7 @@ shift 2
|
|||||||
LOGINS=
|
LOGINS=
|
||||||
while [ $# -gt 0 ]
|
while [ $# -gt 0 ]
|
||||||
do
|
do
|
||||||
LOGINS=" <param>$1</param>
|
LOGINS="$LOGINS <param>$1</param>
|
||||||
"
|
"
|
||||||
shift
|
shift
|
||||||
done
|
done
|
||||||
|
Reference in New Issue
Block a user