ERROR CODE RETURN

This commit is contained in:
fred 2022-10-26 18:09:09 +02:00
parent 0fa498954a
commit 36e524f16b
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ cat ~/.zen/tmp/123/${MOATS}.messaging.json >> ~/.zen/tmp/123/${MOATS}.index.redi
## UNE SECOND HTTP SERVER TO RECEIVE PASS
[[ ${arr[2]} == "" ]] && echo "MISSING PASS" | nc -l -p ${PORT} -q 1 &) && continue
[[ ${arr[2]} == "" ]] && (echo "MISSING PASS" | nc -l -p ${PORT} -q 1 &) && continue
fi