Closed tonyskapunk closed 5 years ago
There is a bug in the code that loads the code of the plugins, when USEPLUGINS="yes" is enabled, the globbing expansion is not working as expected when there is no content in the plugins-enabled directory.
USEPLUGINS="yes"
plugins-enabled
+ echo '2018-12-26 11:45:46-06:00 [INFO] Loading plugin: /usr/local/lib/recap/plugins-enabled/*' + source '/usr/local/lib/recap/plugins-enabled/*'
Fixed in #184
There is a bug in the code that loads the code of the plugins, when
USEPLUGINS="yes"
is enabled, the globbing expansion is not working as expected when there is no content in theplugins-enabled
directory.