Code

REmoved command overload
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 8 Dec 2006 12:16:08 +0000 (12:16 +0000)
committerhickert <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

index b19b57cb3dac446345303acab36a502602351dbe..56899502e07d78d914a16306fd3931568fe1ce61 100644 (file)
@@ -248,7 +248,7 @@ class systems extends plugin
 
       /* 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");