diff options
Diffstat (limited to '')
-rw-r--r-- | src/sledjchisl/sledjchisl.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/sledjchisl/sledjchisl.c b/src/sledjchisl/sledjchisl.c index 3d4f685..d24a0a9 100644 --- a/src/sledjchisl/sledjchisl.c +++ b/src/sledjchisl/sledjchisl.c | |||
@@ -8689,9 +8689,6 @@ Make sure correct permissions are set everywhere. | |||
8689 | sudo chown -R ${OS_USER}:${OS_USER} ${OS_PATH} | 8689 | sudo chown -R ${OS_USER}:${OS_USER} ${OS_PATH} |
8690 | 8690 | ||
8691 | Create the /opt/opensim-SC directory structure. | 8691 | Create the /opt/opensim-SC directory structure. |
8692 | . AssetFiles OpenSim DOES NOT create all the sub directories itself? | ||
8693 | + tmp/spool | ||
8694 | - data | ||
8695 | . config/config.ini (move that to etc/config.ini later) | 8692 | . config/config.ini (move that to etc/config.ini later) |
8696 | . var/backups Copy examples/var/backups/*.IAR files, which are the newbie starter inventories. | 8693 | . var/backups Copy examples/var/backups/*.IAR files, which are the newbie starter inventories. |
8697 | . var/cache Think OpenSim creates all the sub directories itself? | 8694 | . var/cache Think OpenSim creates all the sub directories itself? |
@@ -8707,8 +8704,6 @@ Create the /opt/opensim-SC directory structure. | |||
8707 | - addin-db-004 | 8704 | - addin-db-004 |
8708 | - assetcache Obsolete now we are using Linux memory cache? | 8705 | - assetcache Obsolete now we are using Linux memory cache? |
8709 | - bakes | 8706 | - bakes |
8710 | . var/run HAS to be setup correctly BEFORE we try to start up tmux. | ||
8711 | web // Fill it with default web stuff from current -> example.. | ||
8712 | */ | 8707 | */ |
8713 | I("Securing directories and files in %s. This might take a while.", scRoot); | 8708 | I("Securing directories and files in %s. This might take a while.", scRoot); |
8714 | if (shellMeFail("chmod u=rw,go= %s/config/*.ini", scRoot)) C("Can't set proper permissions for %s/config*.ini", scRoot); | 8709 | if (shellMeFail("chmod u=rw,go= %s/config/*.ini", scRoot)) C("Can't set proper permissions for %s/config*.ini", scRoot); |