remove possible duplication of wasm definition
This commit is contained in:
parent
3ba587fc4f
commit
60c4641c57
|
@ -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 =================
|
||||
|
||||
|
|
Loading…
Reference in New Issue