# HG changeset patch # User HIROSE Yuuji # Date 1591871912 -32400 # Node ID 4dcfeeb59b8f4166ba62cf2cf28080a496a775cb # Parent b23f26406690d160a396720f64c9fd8eca548ec2 Cache directories should be separated by WORLD diff -r b23f26406690 -r 4dcfeeb59b8f s4-funcs.sh --- a/s4-funcs.sh Thu Jun 11 19:37:59 2020 +0900 +++ b/s4-funcs.sh Thu Jun 11 19:38:32 2020 +0900 @@ -73,7 +73,7 @@ session=$main_session tconfs="" -imgcached=cache/img.`date +%Y/%m` +imgcached=cache/${S4WORLD:+$S4WORLD/}img.`date +%Y/%m` conftbl=_tblconf nl=" "