|
@@ -694,7 +694,7 @@ function install_tahoelafs {
|
694
|
694
|
client_nick=${MY_USERNAME}-client
|
695
|
695
|
|
696
|
696
|
# create an onion address for storage node
|
697
|
|
- TAHOELAFS_STORAGE_ONION_HOSTNAME=$(add_onion_service storage-tahoelafs ${TAHOELAFS_STORAGE_PORT} ${TAHOELAFS_STORAGE_ONION_PORT} ${node_nick})
|
|
697
|
+ TAHOELAFS_STORAGE_ONION_HOSTNAME=$(add_onion_service storage-tahoelafs ${TAHOELAFS_STORAGE_PORT} ${TAHOELAFS_STORAGE_ONION_PORT} "${node_nick}")
|
698
|
698
|
|
699
|
699
|
# create an onion address for client node
|
700
|
700
|
TAHOELAFS_ONION_HOSTNAME=$(add_onion_service tahoelafs 80 ${TAHOELAFS_ONION_PORT})
|