Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
neil committed Feb 4, 2024
1 parent 99e5c15 commit 0084cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acme.sh
Expand Up @@ -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?"
Expand Down

0 comments on commit 0084cb7

Please sign in to comment.