X-Git-Url: https://ruderich.org/simon/gitweb/?p=tlsproxy%2Ftlsproxy.git;a=blobdiff_plain;f=src%2Ftlsproxy-setup;h=d76c998689454c38d004a93d304f00aa932302ee;hp=d553404eba931a749c7e4218212e7304486ab507;hb=df1daac85cc5baa6ded75040b36e2b1743ac4a19;hpb=a8a45901f08376d0f4b8a6fe72d2cc90e2fc991e 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