furl location
This commit is contained in:
parent
e41aebfaea
commit
c72041ff1e
|
@ -276,7 +276,7 @@ function create_tahoelafs_client {
|
||||||
}
|
}
|
||||||
|
|
||||||
function get_tahoelafs_introducer {
|
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 {
|
function create_tahoelafs_daemon {
|
||||||
|
|
|
@ -477,7 +477,7 @@ function show_mirrors_password {
|
||||||
}
|
}
|
||||||
|
|
||||||
function show_tahoe_introducer {
|
function show_tahoe_introducer {
|
||||||
if [ ! -f /home/tahoelafs/.tahoe-introducer/private/introducer.furl ]; then
|
if [ ! -f /home/tahoelafs/introducer/private/introducer.furl ]; then
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
echo 'Tahoe-LAFS'
|
echo 'Tahoe-LAFS'
|
||||||
|
|
Loading…
Reference in New Issue