From: hickert Date: Fri, 8 Dec 2006 12:16:08 +0000 (+0000) Subject: REmoved command overload X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=ccaa264984e691fb1371b7e93e22e4fd9a2a6ba9;p=gosa.git REmoved command overload git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@5348 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/systems/class_systemManagement.inc b/plugins/admin/systems/class_systemManagement.inc index b19b57cb3..56899502e 100644 --- a/plugins/admin/systems/class_systemManagement.inc +++ b/plugins/admin/systems/class_systemManagement.inc @@ -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");