summaryrefslogtreecommitdiffstats
path: root/etc/rc.newwanip
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.newwanip')
-rwxr-xr-xetc/rc.newwanip2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.newwanip b/etc/rc.newwanip
index 49d4a76..86e3f31 100755
--- a/etc/rc.newwanip
+++ b/etc/rc.newwanip
@@ -77,7 +77,7 @@ services_dnsupdate_process($interface);
file_put_contents("{$g['vardb_path']}/{$interface}_ip", $curwanip);
/* signal dyndns update */
-file_put_contents("/tmp/update_dyndns", $interface);
+file_put_contents("{$g['tmp_path']}/update_dyndns", $interface);
/* reconfigure IPsec tunnels */
vpn_ipsec_force_reload();
OpenPOWER on IntegriCloud