diff options
Diffstat (limited to 'etc/rc.newwanip')
-rwxr-xr-x | etc/rc.newwanip | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/rc.newwanip b/etc/rc.newwanip index b3509f9..dc36cbe 100755 --- a/etc/rc.newwanip +++ b/etc/rc.newwanip @@ -120,7 +120,6 @@ enable_rrd_graphing(); /* restart packages */ if($old_ip <> "") if($old_ip <> $curwanip) { - exec("/etc/rc.start_packages"); exec("/etc/rc.start_packages"); log_error("{$g['product_name']} package system has detected an ip change $old_ip -> $curwanip ... Restarting packages."); } |