summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/inc/services.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/inc/services.inc b/etc/inc/services.inc
index 84da081..6939676 100644
--- a/etc/inc/services.inc
+++ b/etc/inc/services.inc
@@ -2046,6 +2046,8 @@ EOD;
// 25 Days
$maxCacheAgeSecs = 25 * 24 * 60 * 60;
$need_update = false;
+
+ conf_mount_rw();
/* Update IPv4 if we have it. */
if (is_ipaddrv4($wanip)) {
if (($wanip != $cachedipv4) || (($currentTime - $cacheTimev4) > $maxCacheAgeSecs) || $forced) {
@@ -2078,6 +2080,7 @@ EOD;
}
} else
@unlink("{$cacheFile}.ipv6");
+ conf_mount_ro();
$upinst .= "\n"; /* mind that trailing newline! */
OpenPOWER on IntegriCloud