Skip to content
Snippets Groups Projects
Commit 5a17919b authored by Bob Mottram's avatar Bob Mottram
Browse files

Single quotes

parent 283782bf
No related branches found
No related tags found
No related merge requests found
......@@ -170,7 +170,7 @@ function configure_ssh_client {
proxycmd="/usr/bin/nc -X 5 -x 127.0.0.1:9050 %h %p"
fi
if ! grep -q "# ${PROJECT_NAME} settings" ~/.ssh/config; then
if ! grep -q "Host *.onion" ~/.ssh/config; then
if ! grep -q 'Host *.onion' ~/.ssh/config; then
echo "# ${PROJECT_NAME} settings start" >> ~/.ssh/config
echo 'Host *.onion' >> ~/.ssh/config
echo ' ServerAliveInterval 60' >> ~/.ssh/config
......
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