mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 10:09:04 +00:00
first
This commit is contained in:
parent
7682966671
commit
7ead6c5973
1 changed files with 2 additions and 2 deletions
|
|
@ -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 ');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue