Index: /trunk/psModules/src/config/pmConfig.c
===================================================================
--- /trunk/psModules/src/config/pmConfig.c	(revision 27160)
+++ /trunk/psModules/src/config/pmConfig.c	(revision 27161)
@@ -1722,6 +1722,6 @@
         nebServerFree(server);
 
-        // Check to ensure it's there.  Never create, because Nebulous has done that for us.
-        if (!checkPath(path, false, trunc)) {
+        // Check to ensure it's there.  Will create the file if Nebulous failed to do so.
+        if (!checkPath(path, create, trunc)) {
             psError(psErrorCodeLast(), false, "Cannot find file %s", path);
             psFree(path);
