Browse Source

Single quotes

Bob Mottram 8 years ago
parent
commit
5a17919b71
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-client

+ 1
- 1
src/freedombone-client View File

170
         proxycmd="/usr/bin/nc -X 5 -x 127.0.0.1:9050 %h %p"
170
         proxycmd="/usr/bin/nc -X 5 -x 127.0.0.1:9050 %h %p"
171
     fi
171
     fi
172
     if ! grep -q "# ${PROJECT_NAME} settings" ~/.ssh/config; then
172
     if ! grep -q "# ${PROJECT_NAME} settings" ~/.ssh/config; then
173
-        if ! grep -q "Host *.onion" ~/.ssh/config; then
173
+        if ! grep -q 'Host *.onion' ~/.ssh/config; then
174
             echo "# ${PROJECT_NAME} settings start" >> ~/.ssh/config
174
             echo "# ${PROJECT_NAME} settings start" >> ~/.ssh/config
175
             echo 'Host *.onion' >> ~/.ssh/config
175
             echo 'Host *.onion' >> ~/.ssh/config
176
             echo '  ServerAliveInterval 60' >> ~/.ssh/config
176
             echo '  ServerAliveInterval 60' >> ~/.ssh/config