summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 408dda1)
raw | patch | inline | side by side (parent: 408dda1)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 8 Dec 2006 12:16:08 +0000 (12:16 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 8 Dec 2006 12:16:08 +0000 (12:16 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@5348 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/systems/class_systemManagement.inc | patch | blob | history |
diff --git a/plugins/admin/systems/class_systemManagement.inc b/plugins/admin/systems/class_systemManagement.inc
index b19b57cb3dac446345303acab36a502602351dbe..56899502e07d78d914a16306fd3931568fe1ce61 100644 (file)
/* Get and check command */
$command= search_config($this->config->data['TABS'], "workgeneric", "ISOCMD");
- $command = "/bin/sh /home/hickert/gen_stuff.sh";
+// $command = "/bin/sh /home/hickert/gen_stuff.sh";
if (check_command($command)){
@DEBUG (DEBUG_SHELL, __LINE__, __FUNCTION__, __FILE__, $command, "Execute");