furl location

This commit is contained in:
Bob Mottram 2017-03-05 21:13:44 +00:00
parent e41aebfaea
commit c72041ff1e
2 changed files with 2 additions and 2 deletions

View File

@ -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 {

View File

@ -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'