From cb50d98884f786a3e2aa40befa6ebf1ef2be90da Mon Sep 17 00:00:00 2001 From: notgne2 Date: Sun, 22 Nov 2020 18:32:04 -0700 Subject: Use `/tmp` as temp directory, not `/tmp/deploy-rs` (resolves #8 by deprecation) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 7fc9484..bffa3de 100644 --- a/README.md +++ b/README.md @@ -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"; } -- cgit v1.2.3