소스 검색

Saving bootstrap ID

Bob Mottram 10 년 전
부모
커밋
f6490061b3
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2
    1
      src/freedombone-mesh

+ 2
- 1
src/freedombone-mesh 파일 보기

@@ -124,7 +124,8 @@ function install_toxcore {
124 124
     fi
125 125
 
126 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 131
 function install_toxid {