From e9ab248755b6a680d2f541e19abb908eb541eda5 Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 7 Dec 2022 15:39:00 +0100 Subject: [PATCH] push it --- G1BILLETS.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/G1BILLETS.sh b/G1BILLETS.sh index 1177563..48a24f7 100755 --- a/G1BILLETS.sh +++ b/G1BILLETS.sh @@ -227,7 +227,7 @@ cat ${ZFILE} >> ${MY_PATH}/tmp/http.${MOATS} # NETCAT PUBLISH port=33102 [[ $XDG_SESSION_TYPE != 'x11' ]] \ -&& "33102 LOADING" && cat ${MY_PATH}/tmp/http.${MOATS} | nc -l -p 33102 -q 1 > /dev/null 2>&1 \ +&& 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}"