mirror of
/repos/Prototyper.git
synced 2025-12-30 06:31:32 +01:00
whitespace
This commit is contained in:
parent
dbf44bf06d
commit
a67346e3e1
@ -11,8 +11,8 @@ cd ${base_dir}
|
||||
|
||||
unameStr=`uname`
|
||||
if [[ "${unameStr}" == 'Linux' ]]; then
|
||||
SED='sed -i_orig '
|
||||
CURL='wget '
|
||||
SED='sed -i_orig '
|
||||
CURL='wget '
|
||||
elif [[ "${unameStr}" == 'Darwin' ]]; then
|
||||
SED='sed -i _orig'
|
||||
CURL='curl -O '
|
||||
|
||||
@ -185,7 +185,7 @@ MongoClient.connect(config.mongo.server, config.mongo.options, function connecti
|
||||
if (config.debug) {
|
||||
config.debug('routes', app.routes);
|
||||
}
|
||||
return console.log('Server running at http://127.0.0.1:', config.port);
|
||||
return console.log('Server running at http://127.0.0.1:' + config.port);
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user