From d85e245bf3c03da6159627b5274a694d51bd0ba7 Mon Sep 17 00:00:00 2001 From: Dan Schaper Date: Tue, 19 Dec 2017 16:58:08 -0800 Subject: [PATCH] No need to keep prior versions of the script in Docker. Working directory is also static for volume/bind mounting. Signed-off-by: Dan Schaper --- getssl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/getssl b/getssl index f98832b..f7893ab 100755 --- a/getssl +++ b/getssl @@ -942,7 +942,6 @@ help_message() { # print out the help message -h, --help Display this help message and exit -q, --quiet Quiet mode - only outputs on error or success of new cert -r, --revoke CERT KEY [CA SERVER] Revoke a certificate - -k, --keep NUMBER Maximum number of old getssl versions to keep when upgrading _EOF_ } @@ -1266,7 +1265,7 @@ urlbase64() { # urlbase64: base64 encoded string with '+' replaced with '-' and usage() { # echos out the program usage echo "Usage: $PROGNAME [-h|--help] [-d|--debug] [-c|--create] [-f|--force] [-a|--all] [-q|--quiet]"\ - "[-k|--keep #] [-r|--revoke cert key] [-w working_dir] DOMAIN" + "[-r|--revoke cert key] DOMAIN" } write_domain_template() { # write out a template file for a domain.