From d90c21037cbdff2deec233727c6bbcb472b05cf5 Mon Sep 17 00:00:00 2001 From: s2 Date: Mon, 14 Jan 2019 11:52:04 +0100 Subject: [PATCH] set me to sshenc.sh otherwise when executed with curl it returns something else --- sshenc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sshenc.sh b/sshenc.sh index a0f55ac..0d883c2 100644 --- a/sshenc.sh +++ b/sshenc.sh @@ -2,7 +2,7 @@ OPTIND=1 # reset in case getopts has been used previously in the shell. -me=`basename "$0"` +me=sshenc.sh show_help() { cat << EOF