mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-18 21:26:31 +00:00
Merge branch 'svn-trunk'
This commit is contained in:
@@ -2445,7 +2445,8 @@ sub applyConfigAssignments {
|
||||
|
||||
if (!defined($$config{'TARGET_DRIVER'}->{$driver}->{'TARGET'}->{$target}->{'GROUP'}->{$group})) {
|
||||
if ($deletions) {
|
||||
removeGroup($driver, $target, $group);
|
||||
removeGroup($driver, $target,
|
||||
$group, TRUE);
|
||||
$changes++;
|
||||
} else {
|
||||
print "\t-> Group '$group' is not in configuration. Use -force to remove.\n";
|
||||
|
||||
Reference in New Issue
Block a user