diff options
author | Aaron LI <aly@aaronly.me> | 2019-01-05 23:52:22 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2019-01-05 23:52:22 +0800 |
commit | 5f622792533fc26935a781651d009f90b0f22679 (patch) | |
tree | 2dea3819cdb55eb418c4c595126a356a50c08061 /dfly-update.conf | |
parent | 77e6c23fbac4bbcad19e7c0690485f073c7908dc (diff) | |
download | dfly-update-5f622792533fc26935a781651d009f90b0f22679.tar.bz2 |
Introduce ${CPDUP} to specify the path to cpdup(1)
Diffstat (limited to 'dfly-update.conf')
-rw-r--r-- | dfly-update.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dfly-update.conf b/dfly-update.conf index ff5e6e1..fe483ba 100644 --- a/dfly-update.conf +++ b/dfly-update.conf @@ -5,6 +5,9 @@ # Tool name #NAME=dfly-update +# Path to the cpdup(1) executable +#CPDUP="/bin/cpdup" + # Temporary directory to cache the image, etc, ... #CACHE_DIR="/var/tmp/${NAME}" |