This commit is contained in:
fred 2023-09-08 00:54:39 +02:00
parent e6e56e1919
commit 472905d6f3
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ else
LAT="${input_number}"
fi
[[ ${APPNAME} == "pepper" ]] \
[[ ${APPNAME} != "pepper" ]] \
&& (echo "$HTTPCORS ERROR - BAD PARAMS" | nc -l -p ${PORT} -q 1 > /dev/null 2>&1 &) && echo "(☓‿‿☓) Execution time was "`expr $(date +%s) - $start` seconds. && exit 0
[[ ${PEPPER} == "0" ]] && PEPPER="0.00"