mirror of
https://github.com/ldericher/autodoc.git
synced 2025-12-06 15:43:01 +00:00
plugins location
This commit is contained in:
parent
152beeb5a5
commit
08c1a7e62b
2 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ declare -a g_plugins
|
||||||
#
|
#
|
||||||
|
|
||||||
source "${g_lib}/globals"
|
source "${g_lib}/globals"
|
||||||
source "${g_lib}/plugin_"*
|
source "${g_lib}/plugins/"*".sh"
|
||||||
source "${g_lib}/handle_inotify"
|
source "${g_lib}/handle_inotify"
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue