]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - html/cgi-bin/wakeonlan.cgi
Hab ein Paar CGIs gefixt.
[people/teissler/ipfire-2.x.git] / html / cgi-bin / wakeonlan.cgi
index 9f9c316555a9eaa5f245af0ec90f0dd963e3e52b..da6bfe3bc9a9b1c56d4d3fe09c3f1399d6bcff93 100644 (file)
@@ -155,7 +155,7 @@ if ( $cgiparams{'ACTION'} eq 'wakeup' )
 
   undef %cgiparams;
 
-  system("/usr/local/sbin/launch-ether-wake $mac $iface");
+  system("/usr/local/bin/launch-ether-wake $mac $iface");
 
   # make a box with info, 'refresh' to normal screen after 5 seconds
   if ( $refresh eq 'yes' )