Permission on tox node keys

This commit is contained in:
Bob Mottram 2016-11-30 13:51:03 +00:00
parent 5c79c584fc
commit 6090d6c84c
1 changed files with 4 additions and 0 deletions

View File

@ -559,6 +559,10 @@ EOF
done
echo ')' >> $TOX_BOOTSTRAP_CONFIG
fi
if [ -f $rootdir/var/lib/tox-bootstrapd/keys ]; then
chmod 700 $rootdir/var/lib/tox-bootstrapd/keys
fi
}
function mesh_tox_avahi {