Fix a HUP reload bug

This commit is contained in:
Nick Chambers 2021-06-20 03:09:01 -05:00
parent adcdaf1302
commit fa79f53b7a
1 changed files with 2 additions and 0 deletions

2
rowbot
View File

@ -903,4 +903,6 @@ while recv line; do
"$hook"
done < <(compgen -A function "hook_cmd_")
fi
unset to
done