Skip to content
Snippets Groups Projects
Commit b5198494 authored by hmangeart's avatar hmangeart
Browse files

correct sed refs #21701

parent 90cb4839
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ certbot certonly \
# RE-REDIRECT HTTP to HTTPS
sed -i s/rewrite/#rewrite/ mediaserver-msuser.conf skyreach.conf msmonitor.conf
sed -i s/#rewrite/rewrite/ mediaserver-msuser.conf skyreach.conf msmonitor.conf
# CHECK CERTS PRESENCE & EDIT NGINX CONFIG
set +e
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment