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 0084cb7 commit 37e4f35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acme.sh
Expand Up @@ -2526,7 +2526,7 @@ echo 'Content-Length\: $_content_len'; \
echo ''; \
printf '%s' '$content';" 2>"$_socaterr" &
serverproc="$!"
if [ -f "$_socaterr" ]; Then
if [ -f "$_socaterr" ]; then
if grep "Permission denied" "$_socaterr" >/dev/null; then
_err "socat: $(cat $_socaterr)"
_err "Can not listen for user: $(whoami)"
Expand Down

0 comments on commit 37e4f35

Please sign in to comment.