extend hook doc in config
This commit is contained in:
6
config
6
config
@@ -145,7 +145,11 @@
|
|||||||
#skip_broken_item = True
|
#skip_broken_item = True
|
||||||
|
|
||||||
# Command that is run after changes to storage
|
# Command that is run after changes to storage
|
||||||
# Example: ([ -d .git ] || git init) && git add -A && (git diff --cached --quiet || git commit -m "Changes by \"%(user)s\"")
|
# Supported placeholders:
|
||||||
|
# %(user): logged-in user
|
||||||
|
# Command will be executed with base directory defined in filesystem_folder
|
||||||
|
# For "git" check DOCUMENTATION.md for bootstrap instructions
|
||||||
|
# Example: git add -A && (git diff --cached --quiet || git commit -m "Changes by \"%(user)s\"")
|
||||||
#hook =
|
#hook =
|
||||||
|
|
||||||
# Create predefined user collections
|
# Create predefined user collections
|
||||||
|
|||||||
Reference in New Issue
Block a user