]> git.tokkee.org Git - gosa.git/commitdiff

Code

Switched script to the corret one. Closes #493
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 7 Oct 2008 13:44:11 +0000 (13:44 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 7 Oct 2008 13:44:11 +0000 (13:44 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12621 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-si/client/events/gosaTriggered.pm

index 71da3267a4ba50a0ef7efb1dc33b5dd33170a89b..412587ebece8527ecb8ad863ee616b72bab9830b 100644 (file)
@@ -500,7 +500,7 @@ sub trigger_goto_settings_reload {
     my ($msg, $msg_hash) = @_;
 
     # Execute goto settings reload
-    my $cmd = "/etc/init.d/goto-configure";
+    my $cmd = "/etc/init.d/goto-agents";
     my $pram = "start";
     if (-f $cmd){
         my $feedback = system("$cmd $pram") or &main::daemon_log("ERROR: $@");