From 71e7e94a1aae78709427cc56dc158e7dcae75122 Mon Sep 17 00:00:00 2001 From: onefang Date: Wed, 8 Sep 2021 14:27:06 +1000 Subject: SledjChisl and OpenSim create the AssetFiles directories. --- src/sledjchisl/sledjchisl.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') 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. tmp = xmprintf("%s/AssetFiles/data", scRoot); if ((! qfile_exist(tmp)) && (! qfile_mkdir(tmp, S_IRWXU | S_IRGRP | S_IXGRP, true))) C("Unable to create path %s", tmp); free(tmp); -// tmp = xmprintf("%s/AssetFiles/tmp/spool", scRoot); -// if ((! qfile_exist(tmp)) && (! qfile_mkdir(tmp, S_IRWXU | S_IRGRP | S_IXGRP, true))) C("Unable to create path %s", tmp); -// free(tmp); tmp = xmprintf("%s/web", scRoot); if ((! qfile_exist(tmp)) && (! qfile_mkdir(tmp, S_IRWXU | S_IRGRP | S_IXGRP, true))) C("Unable to create path %s", tmp); free(tmp); -- cgit v1.1