Check a user accessible file

This commit is contained in:
Bob Mottram 2015-08-27 18:45:03 +01:00
parent 96808a2d96
commit 89931bde5e
1 changed files with 1 additions and 1 deletions

View File

@ -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