瀏覽代碼

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