Skip to content

Commit

Permalink
Merge pull request #153 from vedetta-com/wip
Browse files Browse the repository at this point in the history
[#152] Escape bang for other shells, thank you @asvc
  • Loading branch information
horia authored Nov 25, 2018
2 parents f81dd8d + 2ef9c70 commit bfb84fa
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 bfb84fa

Please sign in to comment.