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=
|
||||
while [ $# -gt 0 ]
|
||||
do
|
||||
LOGINS=" <param>$1</param>
|
||||
LOGINS="$LOGINS <param>$1</param>
|
||||
"
|
||||
shift
|
||||
done
|
||||
|
Reference in New Issue
Block a user