Add setting in imagrc, to allow implictely creating the store path

This commit is contained in:
Matthias Beyer 2016-07-16 22:36:06 +02:00
parent 8687e0a1a9
commit d017f22757

View file

@ -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.