forgot 'keyfile' argument to print
authorMarc Fiuczynski <mef@cs.princeton.edu>
Tue, 3 Nov 2009 18:05:27 +0000 (18:05 +0000)
committerMarc Fiuczynski <mef@cs.princeton.edu>
Tue, 3 Nov 2009 18:05:27 +0000 (18:05 +0000)
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