fix 'good' reply
authorRalf Jung <post@ralfj.de>
Wed, 22 Nov 2017 20:41:10 +0000 (21:41 +0100)
committerRalf Jung <post@ralfj.de>
Wed, 22 Nov 2017 20:41:10 +0000 (21:41 +0100)
server-scripts/update

index a7535cea84be8ecde2623f483b8d1fb358659f94..2a7171556757cc6c6c67166f7910e27b1e1193e3 100755 (executable)
@@ -57,9 +57,9 @@ if p.returncode or stderr or stdout:
     if stdout: print stdout
     if stderr: print stderr
 else:
-    print "good",
+    print "good"
     if ip is not None:
-        print ip,
+        print " "+ip
     if ipv6 is not None:
-        print ipv6,
+        print " "+ipv6
     print