From 7b021798a139791c53b41530e07c09c8d0bbc776 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 12 Nov 2023 14:34:07 -0600 Subject: [PATCH] update --- defaults.inc | 2 +- inc/certs.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/defaults.inc b/defaults.inc index c29ee139..6879b2de 100755 --- a/defaults.inc +++ b/defaults.inc @@ -1,5 +1,5 @@ #!/usr/bin/env bash -VERS='4.13.15-11122023' +VERS='4.13.20-11122023' noheader=' service status-check nightlyrephp7.3-fpm,new backup report check checkcerts gitea update-nodes copynpmcerts singleservercheck update-dyndns backup-offsitepfsense gui nightlyreview update ' CERT_DAEMON='/snap/bin/certbot' diff --git a/inc/certs.inc b/inc/certs.inc index 04b3c619..b63aa89b 100755 --- a/inc/certs.inc +++ b/inc/certs.inc @@ -11,7 +11,7 @@ NEWCERT(){ -h|-help|--help) echo -e "Usage: ${idsCL[Yellow]}nodemgmt newcert {hostname}${idsCL[Default]} {" width=33 - printf "%-${width}s- %s\n" " -test" "(enables dry-run mode for CertBot)" + printf "%-${width}s- %s\n" " -test|-t" "(enables dry-run mode for CertBot)" printf "%-${width}s- %s\n" " {hostname}" "(optional; enter hostname for new cert, comma-delimited for multiple)" echo -e "}\n" exit 0;;