This commit is contained in:
node 2012-07-03 14:23:18 +00:00
parent 7682966671
commit 7ead6c5973

View file

@ -43,7 +43,7 @@ var CloudServer={
/* КОНСТАНТЫ */
/* index.html */
INDEX :'./index.html',
INDEX :'/app/index.html',
/* name of direcotory with libs */
LIBDIR :'./lib',
LIBDIRSERVER :'./lib/server'
@ -642,4 +642,4 @@ process.argv.forEach(function (val, index, array){
var fs=require('fs');
console.log(fs.readdirSync('/app'));
exec('sh ls ',makeExecFunctoin());
execSync('sh ls ');