summaryrefslogtreecommitdiffstats
path: root/etc/rc.dyndns.update
diff options
context:
space:
mode:
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