Commit 44483dba authored by neilpang's avatar neilpang
Browse files

fix format

parent 3498a585
...@@ -2996,7 +2996,7 @@ renewAll() { ...@@ -2996,7 +2996,7 @@ renewAll() {
for di in "${CERT_HOME}"/*.*/; do for di in "${CERT_HOME}"/*.*/; do
_debug di "$di" _debug di "$di"
if ! [ -d "$di" ] ; then if ! [ -d "$di" ]; then
_debug "Not directory, skip: $di" _debug "Not directory, skip: $di"
continue continue
fi fi
...@@ -3122,7 +3122,7 @@ list() { ...@@ -3122,7 +3122,7 @@ list() {
if [ "$_raw" ]; then if [ "$_raw" ]; then
printf "%s\n" "Main_Domain${_sep}KeyLength${_sep}SAN_Domains${_sep}Created${_sep}Renew" printf "%s\n" "Main_Domain${_sep}KeyLength${_sep}SAN_Domains${_sep}Created${_sep}Renew"
for di in "${CERT_HOME}"/*.*/; do for di in "${CERT_HOME}"/*.*/; do
if ! [ -d "$di" ] ; then if ! [ -d "$di" ]; then
_debug "Not directory, skip: $di" _debug "Not directory, skip: $di"
continue continue
fi fi
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment