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