Browse Source

Be more informative about saturnin__runhook()

Alois Mahdal 7 years ago
parent
commit
3b0b91d3b5
1 changed files with 4 additions and 1 deletions
  1. 4
    1
      src/saturnin.sh.skel

+ 4
- 1
src/saturnin.sh.skel View File

310
 
310
 
311
 saturnin__runhook() {
311
 saturnin__runhook() {
312
     #
312
     #
313
-    # Run custom hook
313
+    # Run custom hook named $1 from respective configuration section
314
+    #
315
+    # Will load joined multi-line key "hook.$SATURNIN_SUBCOMMAND.$1",
316
+    # and execute it as Bash code.
314
     #
317
     #
315
     local hname="$1"
318
     local hname="$1"
316
     local hook_code
319
     local hook_code