Closed eyalbenda closed 6 years ago
On my linux machine my /tmp is very limited. Is there a way to define a temporary directory for unzipping files to be something else?
Digging through the code, the scripts use python's tempdir module.
By prefixing the sircel command with TMP=somedirectory the temporary directory can be defined easily
On my linux machine my /tmp is very limited. Is there a way to define a temporary directory for unzipping files to be something else?