diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc index 9ceb592f56..7cb1524463 100644 --- a/etc/inc/interfaces.inc +++ b/etc/inc/interfaces.inc @@ -1949,7 +1949,7 @@ function get_interface_mac($interface) { function setup_pppoe_reset_file($interface, $status) { define("CRON_PPPOE_CMD_FILE", "/conf/pppoe{$interface}restart"); - define("CRON_PPPOE_CMD", "#!/bin/sh\necho '' | /usr/local/bin/php -q"); + define("CRON_PPPOE_CMD", "#!/bin/sh\necho '' | /usr/local/bin/php -q"); if($status == true) { if(!file_exists(CRON_PPPOE_CMD_FILE)) { file_put_contents(CRON_PPPOE_CMD_FILE, CRON_PPPOE_CMD); @@ -1960,4 +1960,4 @@ function setup_pppoe_reset_file($interface, $status) { } } -?> \ No newline at end of file +?>