From d265c173753bab66ad721e57458df739df6ed03a Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 3 Oct 2012 05:47:26 -0400 Subject: [PATCH] minor changes --- cloudcmd.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cloudcmd.js b/cloudcmd.js index 9fdb6b50..54334b75 100644 --- a/cloudcmd.js +++ b/cloudcmd.js @@ -10,7 +10,8 @@ var Config = readConfig(); Config ? Server.start(Config) : Server.start(); -update.get(); +if(update) + update.get(); function readConfig(){