Skip to content

Commit

Permalink
[#152] Escape bang for other shells, thank you @asvc
Browse files Browse the repository at this point in the history
  • Loading branch information
horia committed Nov 25, 2018
1 parent 4c53bb5 commit 2ef9c70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ sed -i '/changelist.local/,$d' /etc/changelist
Turn off `httpd` tls:
```console
sed -i -e "s|^$(echo -e "\t")tls|$(echo -e "\t")#tls|" \
-e "/# (!) TLS/ s|listen on \$IP tls port https|listen on ::1 port http|" \
-e "/# (\!) TLS/ s|listen on \$IP tls port https|listen on ::1 port http|" \
/etc/httpd.conf
```

Expand All @@ -381,7 +381,7 @@ acme-client -vAD $(hostname)
Turn on `httpd` tls:
```console
sed -i -e "s|^$(echo -e "\t")#tls|$(echo -e "\t")tls|" \
-e "/# (!) TLS/ s|listen on ::1 port http|listen on \$IP tls port https|" \
-e "/# (\!) TLS/ s|listen on ::1 port http|listen on \$IP tls port https|" \
/etc/httpd.conf
```

Expand Down

0 comments on commit 2ef9c70

Please sign in to comment.