mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-17 02:31:27 +00:00
Small fix..
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@778 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -958,7 +958,7 @@ sub clearConfiguration {
|
||||
print "If this is not what you intend, press ctrl-c now. Waiting 10 seconds.\n\n";
|
||||
sleep 10;
|
||||
|
||||
print "\nRemoving all user and groups:\n\n";
|
||||
print "\nRemoving all users and groups:\n\n";
|
||||
foreach my $group (keys %GROUPS) {
|
||||
$errs += removeGroup($group) if ($group ne $_DEFAULT_GROUP_);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user