Commit ce2b65b9 authored by José Luis  Gutiérrez's avatar José Luis Gutiérrez Committed by Alessandro Rubini

www: aux clk2 does not reboot wrs

Changing aux clk2 configuration for wrs 3.4 does not reboot the wrs. Not
the service is restarting from /etc/init.d/wrs_auxclk.
parent 416b3b5a
......@@ -36,9 +36,9 @@
if($modified){
save_kconfig();
echo '<center>Configuration Saved...</center>';
apply_kconfig();
wrs_reboot();
shell_exec("/etc/init.d/wrs_auxclk restart > /dev/null 2>&1 &");
header("Location: auxclk.php");
}
?>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment