mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
minor changes
This commit is contained in:
parent
3594542099
commit
a55d103395
1 changed files with 2 additions and 1 deletions
|
|
@ -10,7 +10,8 @@ var Config = readConfig();
|
|||
|
||||
Config ? Server.start(Config) : Server.start();
|
||||
|
||||
update.get();
|
||||
if(update)
|
||||
update.get();
|
||||
|
||||
|
||||
function readConfig(){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue