瀏覽代碼

Check a user accessible file

Bob Mottram 10 年之前
父節點
當前提交
89931bde5e
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/freedombone-mesh

+ 1
- 1
src/freedombone-mesh 查看文件

41
 TOX_BOOTSTRAP_ID_FILE=/var/lib/tox-bootstrapd/pubkey.txt
41
 TOX_BOOTSTRAP_ID_FILE=/var/lib/tox-bootstrapd/pubkey.txt
42
 
42
 
43
 function install_toxcore {
43
 function install_toxcore {
44
-    if [ -f $TOX_BOOTSTRAP_ID_FILE ]; then
44
+    if [ -f /etc/tox-bootstrapd.conf ]; then
45
         return
45
         return
46
     fi
46
     fi
47
 
47