From d017f227575b7c82c864651e8710ba9f12095d09 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sat, 16 Jul 2016 22:36:06 +0200 Subject: [PATCH] Add setting in imagrc, to allow implictely creating the store path --- imagrc.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/imagrc.toml b/imagrc.toml index f11659e1..82a2dae3 100644 --- a/imagrc.toml +++ b/imagrc.toml @@ -3,6 +3,10 @@ [store] +# Set to false if you do not want imag to create the directory where the store +# lives implicitely +implicit-create = false + # Hooks which get executed right before the Store is closed. # They get the store path as StoreId passed, so they can alter the complete # store, so these hooks should be chosen carefully.