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