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
c083e078
Commit
c083e078
authored
Jun 09, 2016
by
neil
Browse files
minor, remove unnecessary message
parent
ec9fc8cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
c083e078
...
@@ -987,7 +987,7 @@ _restoreApache() {
...
@@ -987,7 +987,7 @@ _restoreApache() {
cat
"
$APACHE_CONF_BACKUP_DIR
/
$httpdconfname
"
>
"
$httpdconf
"
cat
"
$APACHE_CONF_BACKUP_DIR
/
$httpdconfname
"
>
"
$httpdconf
"
_debug
"Restored:
$httpdconf
."
_debug
"Restored:
$httpdconf
."
if
!
apachectl
-t
;
then
if
!
apachectl
-t
>
/dev/null 2>&1
;
then
_err
"Sorry, restore apache config error, please contact me."
_err
"Sorry, restore apache config error, please contact me."
return
1
;
return
1
;
fi
fi
...
@@ -1040,7 +1040,7 @@ Allow from all
...
@@ -1040,7 +1040,7 @@ Allow from all
fi
fi
if
!
apachectl
-t
;
then
if
!
apachectl
-t
>
/dev/null 2>&1
;
then
_err
"Sorry, apache config error, please contact me."
_err
"Sorry, apache config error, please contact me."
_restoreApache
_restoreApache
return
1
;
return
1
;
...
...
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