Add setting in imagrc, to allow implictely creating the store path
This commit is contained in:
parent
8687e0a1a9
commit
d017f22757
1 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,10 @@
|
||||||
|
|
||||||
[store]
|
[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.
|
# Hooks which get executed right before the Store is closed.
|
||||||
# They get the store path as StoreId passed, so they can alter the complete
|
# They get the store path as StoreId passed, so they can alter the complete
|
||||||
# store, so these hooks should be chosen carefully.
|
# store, so these hooks should be chosen carefully.
|
||||||
|
|
Loading…
Reference in a new issue