Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
44483dba
Commit
44483dba
authored
Nov 18, 2016
by
neilpang
Browse files
fix format
parent
3498a585
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
44483dba
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment