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}"