forgot 'keyfile' argument to print
[myplc.git] / db-config.d / 01-init
index 05c3f37..1880c39 100644 (file)
@@ -80,4 +80,4 @@ if os.path.exists(keyfile):
 else:
     if len(keys)==0:
         print "WARNING: default administrator does not have an ssh key"
-        print "and the default ssh root pub key (%s) file does not exist."
+        print "and the default ssh root pub key (%s) file does not exist." % keyfile