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
811bff6d
Commit
811bff6d
authored
Sep 17, 2016
by
neil
Browse files
minor, hide debug info
parent
0c9546cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
811bff6d
...
@@ -1172,7 +1172,7 @@ _stopserver(){
...
@@ -1172,7 +1172,7 @@ _stopserver(){
_debug2 "Le_HTTPPort" "$Le_HTTPPort"
_debug2 "Le_HTTPPort" "$Le_HTTPPort"
if [ "$Le_HTTPPort" ] ; then
if [ "$Le_HTTPPort" ] ; then
if [ "$DEBUG" ] ; then
if [ "$DEBUG" ]
&& [ "$DEBUG" -ge "3" ]
; then
_get "http://localhost:$Le_HTTPPort" "" 1
_get "http://localhost:$Le_HTTPPort" "" 1
else
else
_get "http://localhost:$Le_HTTPPort" "" 1 >/dev/null 2>&1
_get "http://localhost:$Le_HTTPPort" "" 1 >/dev/null 2>&1
...
@@ -1181,7 +1181,7 @@ _stopserver(){
...
@@ -1181,7 +1181,7 @@ _stopserver(){
_debug2 "Le_TLSPort" "$Le_TLSPort"
_debug2 "Le_TLSPort" "$Le_TLSPort"
if [ "$Le_TLSPort" ] ; then
if [ "$Le_TLSPort" ] ; then
if [ "$DEBUG" ]
; then
if [ "$DEBUG" ]
&& [ "$DEBUG" -ge "3" ] ;
_get "https://localhost:$Le_TLSPort" "" 1
_get "https://localhost:$Le_TLSPort" "" 1
_get "https://localhost:$Le_TLSPort" "" 1
_get "https://localhost:$Le_TLSPort" "" 1
else
else
...
...
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