diff --git a/src/freedombone-app-tahoelafs b/src/freedombone-app-tahoelafs index 9c122d3f..f543375d 100755 --- a/src/freedombone-app-tahoelafs +++ b/src/freedombone-app-tahoelafs @@ -276,7 +276,7 @@ function create_tahoelafs_client { } function get_tahoelafs_introducer { - echo "$(cat /home/tahoelafs/.tahoe-introducer/private/introducer.furl)" + echo "$(cat /home/tahoelafs/introducer/private/introducer.furl)" } function create_tahoelafs_daemon { diff --git a/src/freedombone-controlpanel b/src/freedombone-controlpanel index b45dde75..4a0cea0e 100755 --- a/src/freedombone-controlpanel +++ b/src/freedombone-controlpanel @@ -477,7 +477,7 @@ function show_mirrors_password { } function show_tahoe_introducer { - if [ ! -f /home/tahoelafs/.tahoe-introducer/private/introducer.furl ]; then + if [ ! -f /home/tahoelafs/introducer/private/introducer.furl ]; then return fi echo 'Tahoe-LAFS'