- Update addDeviceGroup() to latest svn.

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3764 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Mark Buechler
2011-07-26 13:51:10 +00:00
parent 7999ac6f53
commit 16cf933695

View File

@@ -1587,7 +1587,7 @@ sub addDeviceGroup {
} else {
$path = make_path(SCST_DEV_GROUP_DIR(), SCST_MGMT_IO);
}
$cmd .= "add $group";
$cmd .= "create $group";
my $io = new IO::File $path, O_WRONLY;