Bob Mottram 7 лет назад
Родитель
Сommit
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