Sfoglia il codice sorgente

Saving bootstrap ID

Bob Mottram 10 anni fa
parent
commit
f6490061b3
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2
    1
      src/freedombone-mesh

+ 2
- 1
src/freedombone-mesh Vedi File

124
     fi
124
     fi
125
 
125
 
126
     # save the public key for later reference
126
     # save the public key for later reference
127
-    echo "$TOX_PUBLIC_KEY" > $TOX_BOOTSTRAP_ID_FILE
127
+    echo "$TOX_PUBLIC_KEY" > /tmp/boostrapid
128
+	sudo mv /tmp/boostrapid $TOX_BOOTSTRAP_ID_FILE
128
 }
129
 }
129
 
130
 
130
 function install_toxid {
131
 function install_toxid {