summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: fdaa48a)
raw | patch | inline | side by side (parent: fdaa48a)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 14 Nov 2006 06:10:06 +0000 (06:10 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 14 Nov 2006 06:10:06 +0000 (06:10 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5095 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/systems/class_workstationGeneric.inc | patch | blob | history |
diff --git a/plugins/admin/systems/class_workstationGeneric.inc b/plugins/admin/systems/class_workstationGeneric.inc
index 94d08ba4e865028db4063be339f180086db4ef1e..202cfb9f59839c1a7051fa724f516d6a152bcafc 100644 (file)
exec ($cmd." ".$this->netConfigDNS->macAddress." ".escapeshellarg($_POST['saction']), $dummy, $retval);
if ($retval != 0){
print_red(sprintf(_("Execution of '%s' failed!"), $cmd));
- } else {
+ } elseif ($_POST['saction'] != "wake") {
/* Set FAIstate */
$ldap = $this->config->get_ldap_link();