fix: revert cache dir change

This commit is contained in:
Emmanuel BENOîT 2025-01-02 10:58:09 +01:00
parent da42f6db52
commit ab00e5ee08
Signed by: Emmanuel BENOîT
SSH key fingerprint: SHA256:l7PFUUF5TCDsvYeQC9OnTNz08dFY7Fvf4Hv3neIqYpg
2 changed files with 2 additions and 5 deletions
scripts

View file

@ -12,7 +12,7 @@ $config = array(
"scriptdir" => __DIR__,
// Path to the cache
"cachedir" => "/var/cache/lw",
"cachedir" => "/tmp/lwcache",
// Debugging level
"debug" => 2,