This commit is contained in:
Bob Mottram 2017-03-05 10:32:01 +00:00
parent 4b6a159d50
commit 8dab145852
1 changed files with 1 additions and 1 deletions

View File

@ -539,7 +539,7 @@ function show_ssh_public_key {
}
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
return
fi