mirror of
https://github.com/acmesh-official/acme.sh
synced 2025-09-03 07:45:40 +00:00
minor, remove unnecessary message
This commit is contained in:
4
acme.sh
4
acme.sh
@@ -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
|
|||||||
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;
|
||||||
|
Reference in New Issue
Block a user