summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-10-03 20:16:38 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-10-03 20:16:38 +0000
commit7306195d30b09926d1714558f35a04fbc7403895 (patch)
treea54f475bcc8c69351dc450eb7ee1ec17b9e6aa20 /etc/inc
parentfb237984427cdf22f23ae0fb5b629f753a5ce0b1 (diff)
downloadpfsense-7306195d30b09926d1714558f35a04fbc7403895.zip
pfsense-7306195d30b09926d1714558f35a04fbc7403895.tar.gz
Surround variable with {}
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/services.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/services.inc b/etc/inc/services.inc
index 22660a8..67e89a3 100644
--- a/etc/inc/services.inc
+++ b/etc/inc/services.inc
@@ -437,7 +437,7 @@ function services_dyndns_configure_old() {
service-type={$dyndnscfg['type']}
user={$dyndnscfg['username']}:{$dyndnscfg['password']}
host={$dyndnscfg['host']}
-interface=$wanif
+interface={$wanif}
max-interval=2073600
pid-file={$g['varrun_path']}/ez-ipupdate.pid
cache-file={$g['vardb_path']}/ez-ipupdate.cache
OpenPOWER on IntegriCloud