diff options
Diffstat (limited to 'src/sledjchisl/sledjchisl.c')
-rw-r--r-- | src/sledjchisl/sledjchisl.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/sledjchisl/sledjchisl.c b/src/sledjchisl/sledjchisl.c index edd310f..b333357 100644 --- a/src/sledjchisl/sledjchisl.c +++ b/src/sledjchisl/sledjchisl.c | |||
@@ -8661,9 +8661,6 @@ Copy correct config/config.ini to there. | |||
8661 | tmp = xmprintf("%s/AssetFiles/data", scRoot); | 8661 | tmp = xmprintf("%s/AssetFiles/data", scRoot); |
8662 | if ((! qfile_exist(tmp)) && (! qfile_mkdir(tmp, S_IRWXU | S_IRGRP | S_IXGRP, true))) C("Unable to create path %s", tmp); | 8662 | if ((! qfile_exist(tmp)) && (! qfile_mkdir(tmp, S_IRWXU | S_IRGRP | S_IXGRP, true))) C("Unable to create path %s", tmp); |
8663 | free(tmp); | 8663 | free(tmp); |
8664 | // tmp = xmprintf("%s/AssetFiles/tmp/spool", scRoot); | ||
8665 | // if ((! qfile_exist(tmp)) && (! qfile_mkdir(tmp, S_IRWXU | S_IRGRP | S_IXGRP, true))) C("Unable to create path %s", tmp); | ||
8666 | // free(tmp); | ||
8667 | tmp = xmprintf("%s/web", scRoot); | 8664 | tmp = xmprintf("%s/web", scRoot); |
8668 | if ((! qfile_exist(tmp)) && (! qfile_mkdir(tmp, S_IRWXU | S_IRGRP | S_IXGRP, true))) C("Unable to create path %s", tmp); | 8665 | if ((! qfile_exist(tmp)) && (! qfile_mkdir(tmp, S_IRWXU | S_IRGRP | S_IXGRP, true))) C("Unable to create path %s", tmp); |
8669 | free(tmp); | 8666 | free(tmp); |