Lamdaemon: do not show message if home directory to delete was not found (154)
This commit is contained in:
parent
2740e4451a
commit
7df62ed7fb
|
@ -13,6 +13,7 @@
|
|||
- fixed bugs:
|
||||
-> Custom fields: auto-adding object classes via profile editor fixed
|
||||
-> PHP 5.5 compatibility
|
||||
-> Lamdaemon: do not show message if home directory to delete was not found (154)
|
||||
|
||||
|
||||
18.06.2013 4.2.1
|
||||
|
|
|
@ -267,7 +267,8 @@ sub removeHomedir {
|
|||
}
|
||||
}
|
||||
else {
|
||||
$return = "INFO,Lamdaemon ($hostname),The directory which should be deleted was not found (skipped).";
|
||||
$return = "Ok";
|
||||
logMessage(LOG_INFO, "The directory " . $vals[3] . " which should be deleted was not found (skipped).");
|
||||
}
|
||||
($<, $>) = ($>, $<); # Give up root previleges
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue