Introduction
Introduction Statistics Contact Development Disclaimer Help
Remove debugging from annna start code. - annna - Annna the nice friendly bot.
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6…
Log
Files
Refs
Tags
README
---
commit 0b32c188664399b318ba5cf8c2849bb81a82aaf7
parent 8e726907f037fc4656b16bc458bb00f09f98614d
Author: Annna Robert-Houdin <[email protected]>
Date: Sun, 9 Jan 2022 16:42:10 +0100
Remove debugging from annna start code.
Restarting is reliable now.
Diffstat:
M annna-channel-service | 2 --
M annna-join-channels | 2 --
M annna-message-common | 2 --
M annna-start | 2 --
M annna-start-main | 2 --
5 files changed, 0 insertions(+), 10 deletions(-)
---
diff --git a/annna-channel-service b/annna-channel-service
@@ -3,8 +3,6 @@
# 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
diff --git a/annna-join-channels b/annna-join-channels
@@ -1,7 +1,5 @@
#!/bin/sh
-set -x
-
export PATH="$PATH:/home/annna/bin"
cfgbase="$(pwd)"
diff --git a/annna-message-common b/annna-message-common
@@ -1,7 +1,5 @@
#!/bin/sh
-set -x
-
export PATH="/br/bin:$PATH"
cfgbase="$(pwd)"
diff --git a/annna-start b/annna-start
@@ -1,7 +1,5 @@
#!/bin/sh
-set -x
-
export PATH="$PATH:/home/annna/bin"
#cfgbase="$(pwd)"
diff --git a/annna-start-main b/annna-start-main
@@ -1,7 +1,5 @@
#!/bin/sh
-set -x
-
export PATH="$PATH:/home/annna/bin"
cfgbase="$(pwd)"
You are viewing proxied material from bitreich.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.