1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 21:29:43 +00:00

Merge pull request #282 from deadc0de6/envtmpdir

Envtmpdir
This commit is contained in:
deadc0de
2020-11-04 20:52:15 +01:00
committed by GitHub
2 changed files with 33 additions and 3 deletions

View File

@@ -251,3 +251,7 @@ export DOTDROP_DEBUG=
```bash
export DOTDROP_FORCE_NODEBUG=
```
* `DOTDROP_TMPDIR`: defines a temporary directory for dotdrop to use for its operations instead of using a system generated one
```bash
export DOTDROP_TMPDIR="/tmp/dotdrop-tmp"
```