repo: music action: commit revision: path_from: revision_from: 182db29a382af677556b12812ed08af7dd846d0f: path_to: revision_to:
commit 182db29a382af677556b12812ed08af7dd846d0f Author: epochDate: 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
--- 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-----