filename
This commit is contained in:
parent
4b6a159d50
commit
8dab145852
|
@ -539,7 +539,7 @@ function show_ssh_public_key {
|
||||||
}
|
}
|
||||||
|
|
||||||
function show_tahoelafs_introducer {
|
function show_tahoelafs_introducer {
|
||||||
INTRODUCER_FILENAME=cat /home/tahoelafs/data/private/introducer.furl
|
INTRODUCER_FILENAME=/home/tahoelafs/data/private/introducer.furl
|
||||||
if [ ! -f $INTRODUCER_FILENAME ]; then
|
if [ ! -f $INTRODUCER_FILENAME ]; then
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue