Fixed footer

This commit is contained in:
jacob.eva 2023-11-08 21:01:12 +00:00
parent 6fc6cb6c9b
commit 04c4dfeddf
No known key found for this signature in database
GPG Key ID: 0B92E083BBCCAA1E

View File

@ -859,6 +859,17 @@ footer="
### End: ### End:
### vim: set filetype=yaml tabstop=8" ### vim: set filetype=yaml tabstop=8"
footernostun="
mod_vcard: {}
mod_vcard_xupdate: {}
mod_version:
show_os: false
### Local Variables:
### mode: yaml
### End:
### vim: set filetype=yaml tabstop=8"
read -p "Some XMPP clients may support P2P voice / video calls, but will require read -p "Some XMPP clients may support P2P voice / video calls, but will require
assistance from the server in order to be able to connect to each other through assistance from the server in order to be able to connect to each other through
networks with NAT (almost every network). networks with NAT (almost every network).
@ -915,7 +926,7 @@ if [ "$httpuploads" == "y" ]; then
config+=${modules1} config+=${modules1}
config+=${upload3} config+=${upload3}
config+=${modules2} config+=${modules2}
config+=${footer} config+=${footernostun}
fi fi
else else
if [ "$stunturn" == "y" ]; then if [ "$stunturn" == "y" ]; then
@ -929,7 +940,7 @@ else
config+=${midsection} config+=${midsection}
config+=${modules1} config+=${modules1}
config+=${modules2} config+=${modules2}
config+=${footer} config+=${footernostun}
fi fi
fi fi