Skip to content
Snippets Groups Projects
Commit 89931bde authored by Bob Mottram's avatar Bob Mottram
Browse files

Check a user accessible file

parent 96808a2d
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ TOXCORE_REPO='git://github.com/irungentoo/toxcore.git'
TOX_BOOTSTRAP_ID_FILE=/var/lib/tox-bootstrapd/pubkey.txt
function install_toxcore {
if [ -f $TOX_BOOTSTRAP_ID_FILE ]; then
if [ -f /etc/tox-bootstrapd.conf ]; then
return
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment