Procházet zdrojové kódy

Check a user accessible file

Bob Mottram před 9 roky
rodič
revize
89931bde5e
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      src/freedombone-mesh

+ 1
- 1
src/freedombone-mesh Zobrazit soubor

@@ -41,7 +41,7 @@ TOXCORE_REPO='git://github.com/irungentoo/toxcore.git'
41 41
 TOX_BOOTSTRAP_ID_FILE=/var/lib/tox-bootstrapd/pubkey.txt
42 42
 
43 43
 function install_toxcore {
44
-    if [ -f $TOX_BOOTSTRAP_ID_FILE ]; then
44
+    if [ -f /etc/tox-bootstrapd.conf ]; then
45 45
         return
46 46
     fi
47 47