mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 17:05:17 +00:00
minor changes
This commit is contained in:
parent
e2844cdb80
commit
d265c17375
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