diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 63ef75ea..234db62e 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -903,7 +903,7 @@ GUI(){ newcert) NEWCERT ${2} ${3};; certrenew) CERTRENEW;; delssl) DEL-SSL ${2};; - listcerts) LISTCERTS;; + listcerts) LISTCERTS ${2} ${3} ${4} ${5} ${6};; listcerts-npm) LISTCERTS_NPM;; copynpmcerts) COPYCERTS_NPM ${2};; checknpmcerts) CHECK_NPMCERTS;;