Skip to content
Snippets Groups Projects
Commit 17a81f4a authored by Bob Mottram's avatar Bob Mottram
Browse files

Don't need condition

parent 83badd7c
No related branches found
No related tags found
No related merge requests found
......@@ -470,11 +470,8 @@ function update_prosody_modules {
sed -i 's|"s2s_blacklist";| "s2s_blacklist";|g' /etc/prosody/prosody.cfg.lua
fi
if ! grep -q "s2s_blacklist =" /etc/prosody/prosody.cfg.lua; then
xmpp_server_blacklist /etc/prosody/prosody.cfg.lua
fi
xmpp_broadcast /etc/prosody/prosody.cfg.lua
xmpp_server_blacklist /etc/prosody/prosody.cfg.lua
if ! grep -q "vcard_muc" /etc/prosody/prosody.cfg.lua; then
sed -i '/"mam_muc";/a "vcard_muc";' /etc/prosody/prosody.cfg.lua
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment