Skip to content

Commit

Permalink
Minor fixes to the Web Serving Client
Browse files Browse the repository at this point in the history
  • Loading branch information
xusine authored Sep 9, 2022
1 parent 1b0825a commit b948e28
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ while (( ${#@} )); do
--max=*) TMAX=${1#*=} ;;
--type=*) TYPE=${1#*=} ;;
--dist=*) DIST=${1#*=} ;;
--encryption=*) TLS= ${1#*=} ;;
--encryption=*) TLS=${1#*=} ;;
*) ARGS+=(${1}) ;;
esac

Expand Down Expand Up @@ -183,7 +183,6 @@ then
run
fini
else
then
echo "Operation ${OPER} is not valid"
exit 0
fi

0 comments on commit b948e28

Please sign in to comment.