fixed bash hook functions
This commit is contained in:
parent
50f51c8d94
commit
62e730f2fd
1 changed files with 2 additions and 2 deletions
|
|
@ -6,8 +6,8 @@ source "$AC_PATH_SHARED/defines.sh"
|
|||
|
||||
source "$AC_PATH_MODULES/hw-core/bash-lib-event/src/hooks.sh"
|
||||
|
||||
alias registerHooks="hwc_event_register_hooks"
|
||||
alias runHooks="hwc_event_run_hooks"
|
||||
function registerHooks() { hwc_event_register_hooks "$@"; }
|
||||
function runHooks() { hwc_event_run_hooks "$@"; }
|
||||
|
||||
source "$AC_PATH_CONF/config.sh.dist" # "hack" to avoid missing conf variables
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue