repo: music
action: commit
revision: 
path_from: 
revision_from: 182db29a382af677556b12812ed08af7dd846d0f:
path_to: 
revision_to: 
git.thebackupbox.net
music
git clone git://git.thebackupbox.net/music
commit 182db29a382af677556b12812ed08af7dd846d0f
Author: epoch 
Date:   Mon May 19 03:43:20 2025 -0500

    music-stream -- added a comment, and no long set -e, just set -o

diff --git a/music-stream b/music-stream
index d001114d42be3f91facac11f0669c8e765b33181..
index ..ca9128bbc5210fa9898acaa9d97b723af85d1ce6 100755
--- a/music-stream
+++ b/music-stream
@@ -1,5 +1,8 @@
 #!/bin/bash
-set -eo pipefail
+
+### this should be converted to a CGI
+
+set -o pipefail
 logger -p info -n logserver "new listener! ${NCAT_REMOTE_ADDR}:${NCAT_REMOTE_PORT}"
 icy_metaint=16384
 while read -t 2 LINE;do

-----END OF PAGE-----