Revision fcb21a7a
Added by Ermal LUÇI over 12 years ago
etc/rc.dyndns.update | ||
---|---|---|
39 | 39 |
|
40 | 40 |
$argument = trim($argv[1], " \n"); |
41 | 41 |
|
42 |
if(empty($argument)) { |
|
42 |
if(empty($argument) || $argument == "all") {
|
|
43 | 43 |
services_dyndns_configure(); |
44 | 44 |
services_dnsupdate_process(); |
45 | 45 |
} else { |
Also available in: Unified diff
Take into consideration even an all parameter