소스 검색

Update onion address mappings

Bob Mottram 7 년 전
부모
커밋
ec5e7dd658
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      src/freedombone-app-xmpp

+ 1
- 0
src/freedombone-app-xmpp 파일 보기

@@ -384,6 +384,7 @@ function upgrade_xmpp {
384 384
     fi
385 385
     function_check update_prosody_modules
386 386
     update_prosody_modules
387
+    xmpp_onion_addresses /etc/prosody/prosody.cfg.lua
387 388
 
388 389
     curr_prosody_filename=$(cat $COMPLETION_FILE | grep "prosody_filename" | awk -F ':' '{print $2}')
389 390
     if [[ "$curr_prosody_filename" != "$prosody_filename" ]]; then