summaryrefslogtreecommitdiffstats
path: root/etc/rc.dyndns.update
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2013-04-12 19:55:52 +0000
committerErmal <eri@pfsense.org>2013-04-12 19:55:52 +0000
commitfcb21a7ad27fc95a40e2f1def7fae769f9802a5e (patch)
tree50d34a6fd72877835dfec43e076fa1538ce9cbe6 /etc/rc.dyndns.update
parentafa32fccc6c74fa7554ac5186b30f8f39e53118d (diff)
downloadpfsense-fcb21a7ad27fc95a40e2f1def7fae769f9802a5e.zip
pfsense-fcb21a7ad27fc95a40e2f1def7fae769f9802a5e.tar.gz
Take into consideration even an all parameter
Diffstat (limited to 'etc/rc.dyndns.update')
-rwxr-xr-xetc/rc.dyndns.update2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.dyndns.update b/etc/rc.dyndns.update
index fadedf0..006e160 100755
--- a/etc/rc.dyndns.update
+++ b/etc/rc.dyndns.update
@@ -39,7 +39,7 @@ require_once("shaper.inc");
$argument = trim($argv[1], " \n");
-if(empty($argument)) {
+if(empty($argument) || $argument == "all") {
services_dyndns_configure();
services_dnsupdate_process();
} else {
OpenPOWER on IntegriCloud