Browse Source

Try without echo

Bob Mottram 7 years ago
parent
commit
5a04d56267
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-utils-onion

+ 1
- 1
src/freedombone-utils-onion View File

@@ -124,7 +124,7 @@ function add_onion_service {
124 124
     onion_stealth_name="$4"
125 125
 
126 126
     if [[ $(onion_service_exists ${onion_service_name}) == "1" ]]; then
127
-        echo $(cat /var/lib/tor/hidden_service_${onion_service_name}/hostname)
127
+        cat /var/lib/tor/hidden_service_${onion_service_name}/hostname
128 128
         return
129 129
     fi
130 130