1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-07 22:39:17 +00:00

workdir env variable

This commit is contained in:
deadc0de6
2020-11-15 21:18:14 +01:00
parent 8ce96ffeeb
commit 80a9ed4814
4 changed files with 13 additions and 0 deletions

View File

@@ -255,3 +255,7 @@ export DOTDROP_FORCE_NODEBUG=
```bash
export DOTDROP_TMPDIR="/tmp/dotdrop-tmp"
```
* `DOTDROP_WORKDIR`: overwrite the `workdir` defined in the config
```bash
export DOTDROP_WORKDIR="/tmp/dotdrop-workdir"
```