From: Marc Fiuczynski <mef@cs.princeton.edu>
Date: Tue, 3 Nov 2009 18:05:27 +0000 (+0000)
Subject: forgot 'keyfile' argument to print
X-Git-Tag: MyPLC-4.3-29~3
X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=c4cf31a86488b937c5457b4c64edf6069098fd2c;p=myplc.git

forgot 'keyfile' argument to print
---

diff --git a/db-config.d/01-init b/db-config.d/01-init
index 05c3f37..1880c39 100644
--- a/db-config.d/01-init
+++ b/db-config.d/01-init
@@ -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