commands: fork commands.sh

This commit is contained in:
Kay Marquardt (Gnadelwartz) 2021-01-26 21:05:27 +01:00
parent cbf3945e4f
commit 8c85c81f94
1 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ BOTCOMMANDS="-h help init start stop status suspendback resumeback killb
# 8 - curl/wget missing
# 10 - not bash!
#
#### $$VERSION$$ v1.35-dev-14-g08a0524
#### $$VERSION$$ v1.35-dev-21-gcbf3945
##################################################################
# emmbeded system may claim bash but it is not
@ -707,7 +707,7 @@ process_client() {
# process inline and message events
# first classic command dispatcher
# shellcheck source=./commands.sh
source "${COMMANDS}" "${debug}" &
"${COMMANDS}" "${debug}" &
# then all registered addons
if [ -z "${iQUERY[ID]}" ]; then