diff options
author | notgne2 | 2020-11-22 18:32:04 -0700 |
---|---|---|
committer | notgne2 | 2020-11-22 18:32:04 -0700 |
commit | cb50d98884f786a3e2aa40befa6ebf1ef2be90da (patch) | |
tree | 35a68003919592e4fb00519123b7e0aae3f75bbb /README.md | |
parent | 08c6bd8b73489d50a99129a22f559e6197892c23 (diff) |
Use `/tmp` as temp directory, not `/tmp/deploy-rs` (resolves #8 by deprecation)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -163,8 +163,8 @@ This is a set of options that can be put in any of the above definitions, with t # This defaults to `true` magicRollback = true; - # The path which deploy-rs will use for temporary files, this is currently only used by `magicRollback` to create an inotify watcher in - # If not specified, this will default to `/tmp/deploy-rs` + # The path which deploy-rs will use for temporary files, this is currently only used by `magicRollback` to create an inotify watcher in for confirmations + # If not specified, this will default to `/tmp` # (if `magicRollback` is in use, this _must_ be writable by `user`) tempPath = "/home/someuser/.deploy-rs"; } |