temporarily pin luajwtjitsi because v3 will intro a breaking change (#10262)
This commit is contained in:
parent
0dc061f633
commit
09d3344c39
|
@ -61,7 +61,7 @@ case "$1" in
|
||||||
sed -i '/^\s*--\s*"token_verification"/ s/--\s*//' $PROSODY_HOST_CONFIG
|
sed -i '/^\s*--\s*"token_verification"/ s/--\s*//' $PROSODY_HOST_CONFIG
|
||||||
|
|
||||||
# Install luajwt
|
# Install luajwt
|
||||||
if ! luarocks install luajwtjitsi; then
|
if ! luarocks install luajwtjitsi 2.0-0; then
|
||||||
echo "Failed to install luajwtjitsi - try installing it manually"
|
echo "Failed to install luajwtjitsi - try installing it manually"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue