projects
/
dyn-nsupdate.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix a typo
[dyn-nsupdate.git]
/
client-scripts
/
dyn-ns-client
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:
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
return True
# we need to update the IP