Update onion address mappings

This commit is contained in:
Bob Mottram 2017-12-15 17:08:40 +00:00
parent 26827ae286
commit ec5e7dd658
1 changed files with 1 additions and 0 deletions

View File

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