Permission on tox node keys
This commit is contained in:
parent
5c79c584fc
commit
6090d6c84c
|
@ -559,6 +559,10 @@ EOF
|
||||||
done
|
done
|
||||||
echo ')' >> $TOX_BOOTSTRAP_CONFIG
|
echo ')' >> $TOX_BOOTSTRAP_CONFIG
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ -f $rootdir/var/lib/tox-bootstrapd/keys ]; then
|
||||||
|
chmod 700 $rootdir/var/lib/tox-bootstrapd/keys
|
||||||
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
function mesh_tox_avahi {
|
function mesh_tox_avahi {
|
||||||
|
|
Loading…
Reference in New Issue