X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=src%2Ftlsproxy-setup;h=d76c998689454c38d004a93d304f00aa932302ee;hb=f012f75b2ed64fe9955b1dc2013c06e054bafd7f;hp=d553404eba931a749c7e4218212e7304486ab507;hpb=219d904b7d12173ee93d016fe1a2cb8ae32eea9c;p=tlsproxy%2Ftlsproxy.git diff --git a/src/tlsproxy-setup b/src/tlsproxy-setup index d553404..d76c998 100755 --- a/src/tlsproxy-setup +++ b/src/tlsproxy-setup @@ -22,6 +22,12 @@ set -e + +if test "$#" -ne 0; then + echo "Usage: $0" + exit 1 +fi + tempfile=`mktemp` trap 'rm -f "$tempfile"' EXIT