im trying to assign drive to a group.
it works fine
but when im adding another group
the script ignore it
my script look like that

use h: "\\srv1\@userid$"

use list
if ingroup ("legal$")
use L: "\\srv1\legal$"
end if
if ingroup ("accounting") (the script ignure this group)
use K: "\\srv1\accounting"
end if

exit