Commit 658e939c authored by Ad Schellevis's avatar Ad Schellevis

fix typo in service call to configd

parent 964afcdb
......@@ -5134,7 +5134,7 @@ function interface_setup_pppoe_reset_file($pppif, $iface="") {
if(!empty($iface) && !empty($pppif)){
$cron_cmd = <<<EOD
#!/bin/sh
/usr/local/opnsense/service/configd_ctl.py 'interface reload {$iface}'
/usr/local/opnsense/service/configd_ctl.py 'interface reconfigure {$iface}'
/usr/bin/logger -t {$pppif} "PPPoE periodic reset executed on {$iface}"
EOD;
......
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