mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-04-30 07:42:44 +00:00
fix format
This commit is contained in:
parent
99e5c159a7
commit
0084cb7403
2
acme.sh
2
acme.sh
@ -2527,7 +2527,7 @@ echo ''; \
|
||||
printf '%s' '$content';" 2>"$_socaterr" &
|
||||
serverproc="$!"
|
||||
if [ -f "$_socaterr" ]; Then
|
||||
if grep "Permission denied" "$_socaterr" >/dev/null; Then
|
||||
if grep "Permission denied" "$_socaterr" >/dev/null; then
|
||||
_err "socat: $(cat $_socaterr)"
|
||||
_err "Can not listen for user: $(whoami)"
|
||||
_err "Maybe try with root again?"
|
||||
|
Loading…
x
Reference in New Issue
Block a user