Remove debug for channel services. It seems to work now. - annna - Annna the ni… | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 30044a06e2ebfacf6798162ad46c7e748b1ba060 | |
parent c2856c855d552e5106defcdeeadb057d88cadb0e | |
Author: Annna Robert-Houdin <[email protected]> | |
Date: Sun, 5 Mar 2023 11:02:11 +0100 | |
Remove debug for channel services. It seems to work now. | |
Diffstat: | |
M annna-channel-service | 2 -- | |
1 file changed, 0 insertions(+), 2 deletions(-) | |
--- | |
diff --git a/annna-channel-service b/annna-channel-service | |
@@ -3,10 +3,8 @@ | |
# Per-channel daemon that monitors incoming messages from ii out script. | |
# | |
-set -x | |
pgrep -f "$0 $*" | grep -vxq "$$" && exec echo "$0 $* already running" | |
#trap 'exec pkill -U annna -f "entr .* ${PWD}/out"' INT TERM EXIT HUP | |
-set +x | |
server="$1" | |
channel="$2" |