Bob Mottram пре 8 година
родитељ
комит
2f8f2f2324
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      src/freedombone-app-tahoelafs

+ 1
- 1
src/freedombone-app-tahoelafs Прегледај датотеку

173
     echo '[node]' > $config_file
173
     echo '[node]' > $config_file
174
     echo "nickname = $nick" >> $config_file
174
     echo "nickname = $nick" >> $config_file
175
     echo 'reveal-IP-address = false' >> $config_file
175
     echo 'reveal-IP-address = false' >> $config_file
176
-    echo "web.port = tcp:${TAHOELAFS_ONION_PORT}:interface=127.0.0.1" >> $config_file
176
+    echo "web.port = tcp:${TAHOELAFS_PORT}:interface=127.0.0.1" >> $config_file
177
     echo 'web.static = public_html' >> $config_file
177
     echo 'web.static = public_html' >> $config_file
178
     echo 'tub.port = disabled' >> $config_file
178
     echo 'tub.port = disabled' >> $config_file
179
     echo 'tub.location = disabled' >> $config_file
179
     echo 'tub.location = disabled' >> $config_file