From a55d1033959507cbf80856c2e0de5219a2573caa 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(){