aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/sledjchisl/sledjchisl.c
diff options
context:
space:
mode:
authoronefang2021-09-08 14:27:06 +1000
committeronefang2021-09-08 14:27:06 +1000
commit71e7e94a1aae78709427cc56dc158e7dcae75122 (patch)
treec1d277c49cba9efe69311f22cd717a792109679b /src/sledjchisl/sledjchisl.c
parentBump SledjChisl version number. (diff)
downloadopensim-SC-71e7e94a1aae78709427cc56dc158e7dcae75122.zip
opensim-SC-71e7e94a1aae78709427cc56dc158e7dcae75122.tar.gz
opensim-SC-71e7e94a1aae78709427cc56dc158e7dcae75122.tar.bz2
opensim-SC-71e7e94a1aae78709427cc56dc158e7dcae75122.tar.xz
SledjChisl and OpenSim create the AssetFiles directories.
Diffstat (limited to 'src/sledjchisl/sledjchisl.c')
-rw-r--r--src/sledjchisl/sledjchisl.c3
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);