projects
/
dyn-nsupdate.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
11b054f
)
fix a typo
author
Ralf Jung
<post@ralfj.de>
Wed, 3 Dec 2014 07:58:32 +0000
(08:58 +0100)
committer
Ralf Jung
<post@ralfj.de>
Wed, 3 Dec 2014 07:58:32 +0000
(08:58 +0100)
client-scripts/dyn-ns-client
patch
|
blob
|
history
diff --git
a/client-scripts/dyn-ns-client
b/client-scripts/dyn-ns-client
index 524b4ad432b023789691ed59bf20c88caf9e7309..2a5dc212ef742a34c0b5ecbccdab9f51fd2c9874 100755
(executable)
--- a/
client-scripts/dyn-ns-client
+++ b/
client-scripts/dyn-ns-client
@@
-69,7
+69,7
@@
def update_domain(server, domain, ipv4, ipv6, password, verbose):
needUpdate = (ipv4 is not None and curIPv4 != ipv4) or (ipv6 is not None and curIPv6 != ipv6)
if not needUpdate:
if verbose:
- print("Everything alread up-to-date, nothing to do")
+ print("Everything alread
y
up-to-date, nothing to do")
return True
# we need to update the IP