Remove debugging from annna start code. - annna - Annna the nice friendly bot.
 (HTM) git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/annna/
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
 (DIR) README
       ---
 (DIR) commit 0b32c188664399b318ba5cf8c2849bb81a82aaf7
 (DIR) parent 8e726907f037fc4656b16bc458bb00f09f98614d
 (HTM) Author: Annna Robert-Houdin <annna@bitreich.org>
       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(-)
       ---
 (DIR) 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
        
 (DIR) 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)"
 (DIR) 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)"
 (DIR) diff --git a/annna-start b/annna-start
       @@ -1,7 +1,5 @@
        #!/bin/sh
        
       -set -x
       -
        export PATH="$PATH:/home/annna/bin"
        
        #cfgbase="$(pwd)"
 (DIR) 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)"