quick_jibri_installer.sh: update and fix for newer release (2025) #118

Open
Ark74 wants to merge 25 commits from Ark74/quick-jibri-installer:fix_jitsi_2025 into master
1 changed files with 3 additions and 0 deletions
Showing only changes of commit 60c4641c57 - Show all commits

View File

@ -989,6 +989,9 @@ else
echo -n "No condition meet, please report to:"
echo "https://forge.switnet.net/switnet/quick-jibri-installer/issues"
fi
# Remove possible duplication of wasm definition.
grep -q wasm /etc/nginx/mime.types && sed -i '/types {/,/}/ {/wasm/d}' "$WS_CONF"
sleep .1
#================== Setup prosody conf file =================