From 09e3ab20b5f9dcad741c5d31c896f549c29e0f3a Mon Sep 17 00:00:00 2001 From: fred Date: Thu, 23 Feb 2023 19:31:51 +0100 Subject: [PATCH] Dropping 33102 to loop back into 33101 listening --- G1BILLETS.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/G1BILLETS.sh b/G1BILLETS.sh index c506abf..b6853f9 100755 --- a/G1BILLETS.sh +++ b/G1BILLETS.sh @@ -239,8 +239,8 @@ cat ${ZFILE} >> ${MY_PATH}/tmp/http.${MOATS} # NETCAT PUBLISH port=33102 [[ $XDG_SESSION_TYPE != 'x11' ]] \ -&& echo "33102 LOADING" && cat ${MY_PATH}/tmp/http.${MOATS} | nc -l -p 33102 -q 1 > /dev/null 2>&1 \ -&& echo "DELIVERED ${MOATS} : http://g1billet.localhost:33102" +&& echo "33102 LOADING" && (cat ${MY_PATH}/tmp/http.${MOATS} | nc -l -p 33102 -q 1 > /dev/null 2>&1) & +echo "DELIVERED ${MOATS} : http://g1billet.localhost:33102" rm -f "${MY_PATH}/tmp/http.${MOATS}" rm -f "${ZFILE}"