Commit 212049ab authored by Ben Fayers's avatar Ben Fayers Committed by GitHub

remove brackets from ending help.

parent 3e675d3e
......@@ -15,6 +15,6 @@ class Nginx < Package
system "sed -i -e '$a\export PATH=$PATH:/usr/local/nginx/sbin' ~/.bashrc"
system "echo all NGINX things are in /usr/local/nginx"
system "echo pages are in /usr/local/nginx/html"
system "echo remember to run nginx as root \(sudo nginx\)"
system "echo remember to run nginx as root sudo nginx"
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment