|
|
@@ -223,10 +223,13 @@
|
|
|
|
|
|
# Command that is run after changes to storage, default is emtpy
|
|
|
# Supported placeholders:
|
|
|
-# %(user): logged-in user
|
|
|
+# %(user)s: logged-in user
|
|
|
+# %(cwd)s : current working directory
|
|
|
+# %(path)s: full path of item
|
|
|
# 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\"")
|
|
|
+# Example(test): echo \"user=%(user)s path=%(path)s cwd=%(cwd)s\"
|
|
|
+# Example(git): git add -A && (git diff --cached --quiet || git commit -m "Changes by \"%(user)s\"")
|
|
|
#hook =
|
|
|
|
|
|
# Create predefined user collections
|