This commit is contained in:
2023-11-12 14:34:07 -06:00
parent ec22baea21
commit 7b021798a1
2 changed files with 2 additions and 2 deletions

View File

@@ -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'

View File

@@ -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;;