diff options
-rw-r--r-- | src/sledjchisl/sledjchisl.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/sledjchisl/sledjchisl.c b/src/sledjchisl/sledjchisl.c index 3d7b336..3269f60 100644 --- a/src/sledjchisl/sledjchisl.c +++ b/src/sledjchisl/sledjchisl.c | |||
@@ -8570,12 +8570,12 @@ Build the OpenSim. | |||
8570 | tmp = xmprintf("%s/config", scRoot); | 8570 | tmp = xmprintf("%s/config", scRoot); |
8571 | if ((! qfile_exist(tmp)) && (! qfile_mkdir(tmp, S_IRWXU | S_IRGRP | S_IXGRP, true))) C("Unable to create path %s", tmp); | 8571 | if ((! qfile_exist(tmp)) && (! qfile_mkdir(tmp, S_IRWXU | S_IRGRP | S_IXGRP, true))) C("Unable to create path %s", tmp); |
8572 | free(tmp); | 8572 | free(tmp); |
8573 | tmp = xmprintf("%s/AssetFiles/data", scRoot); | 8573 | // tmp = xmprintf("%s/AssetFiles/data", scRoot); |
8574 | if ((! qfile_exist(tmp)) && (! qfile_mkdir(tmp, S_IRWXU | S_IRGRP | S_IXGRP, true))) C("Unable to create path %s", tmp); | 8574 | // if ((! qfile_exist(tmp)) && (! qfile_mkdir(tmp, S_IRWXU | S_IRGRP | S_IXGRP, true))) C("Unable to create path %s", tmp); |
8575 | free(tmp); | 8575 | // free(tmp); |
8576 | tmp = xmprintf("%s/AssetFiles/tmp/spool", scRoot); | 8576 | // tmp = xmprintf("%s/AssetFiles/tmp/spool", scRoot); |
8577 | if ((! qfile_exist(tmp)) && (! qfile_mkdir(tmp, S_IRWXU | S_IRGRP | S_IXGRP, true))) C("Unable to create path %s", tmp); | 8577 | // if ((! qfile_exist(tmp)) && (! qfile_mkdir(tmp, S_IRWXU | S_IRGRP | S_IXGRP, true))) C("Unable to create path %s", tmp); |
8578 | free(tmp); | 8578 | // free(tmp); |
8579 | tmp = xmprintf("%s/web", scRoot); | 8579 | tmp = xmprintf("%s/web", scRoot); |
8580 | if ((! qfile_exist(tmp)) && (! qfile_mkdir(tmp, S_IRWXU | S_IRGRP | S_IXGRP, true))) C("Unable to create path %s", tmp); | 8580 | if ((! qfile_exist(tmp)) && (! qfile_mkdir(tmp, S_IRWXU | S_IRGRP | S_IXGRP, true))) C("Unable to create path %s", tmp); |
8581 | free(tmp); | 8581 | free(tmp); |