s4

changeset 781:4dcfeeb59b8f feature-world

Cache directories should be separated by WORLD
author HIROSE Yuuji <yuuji@gentei.org>
date Thu, 11 Jun 2020 19:38:32 +0900
parents b23f26406690
children 5adf7e5a5fcc
files s4-funcs.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/s4-funcs.sh	Thu Jun 11 19:37:59 2020 +0900
     1.2 +++ b/s4-funcs.sh	Thu Jun 11 19:38:32 2020 +0900
     1.3 @@ -73,7 +73,7 @@
     1.4  session=$main_session
     1.5  
     1.6  tconfs=""
     1.7 -imgcached=cache/img.`date +%Y/%m`
     1.8 +imgcached=cache/${S4WORLD:+$S4WORLD/}img.`date +%Y/%m`
     1.9  conftbl=_tblconf
    1.10  nl="
    1.11  "