mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
minor changes
This commit is contained in:
parent
cd72513f32
commit
5bf64a6a98
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@
|
||||||
exports.SRVDIR = SRVDIR = __dirname + SLASH,
|
exports.SRVDIR = SRVDIR = __dirname + SLASH,
|
||||||
exports.LIBDIR = LIBDIR = path.normalize(SRVDIR + '../'),
|
exports.LIBDIR = LIBDIR = path.normalize(SRVDIR + '../'),
|
||||||
exports.DIR = DIR = path.normalize(LIBDIR + '../'),
|
exports.DIR = DIR = path.normalize(LIBDIR + '../'),
|
||||||
exports.Volumes = getVolumes();
|
exports.VOLUMES = getVolumes(),
|
||||||
|
|
||||||
/* Functions */
|
/* Functions */
|
||||||
exports.generateHeaders = generateHeaders,
|
exports.generateHeaders = generateHeaders,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue