fix: revert cache dir change
This commit is contained in:
parent
da42f6db52
commit
ab00e5ee08
2 changed files with 2 additions and 5 deletions
scripts
|
@ -12,7 +12,7 @@ $config = array(
|
|||
"scriptdir" => __DIR__,
|
||||
|
||||
// Path to the cache
|
||||
"cachedir" => "/var/cache/lw",
|
||||
"cachedir" => "/tmp/lwcache",
|
||||
|
||||
// Debugging level
|
||||
"debug" => 2,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue