Check a user accessible file
This commit is contained in:
parent
96808a2d96
commit
89931bde5e
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue