Patchup for SSL

This commit is contained in:
Dave Conroy 2019-07-16 14:02:58 -07:00
parent 2ca43a4c03
commit e5efaa5ff4

View file

@ -114,7 +114,7 @@ if [ "$SETUP_TYPE" = "AUTO" ]; then
fi
if [ "$ENABLE_SSL" != "TRUE" ]; then
perl -pi -e "s/<enable type=\"bool\" desc=\"Controls(.*)>.*<\/enable>/<enable \1>false<\/enable>/" /etc/loolwsd/loolwsd.xml
perl -pi -e "s/<enable type=\"bool\" desc=\"Controls(.*)>.*<\/enable>/<enable type=\"bool\" desc=\"Controls\1>false<\/enable>/" /etc/loolwsd/loolwsd.xml
fi
if [ "$ENABLE_SSL_REVERSE_PROXY" != "FALSE" ]; then