Guys I am trying to install BBB 3.0 to Ubuntu 22.04.05. I am using ChatGPT to help me. But i am getting an error. It started after installation when i check bbb-conf --check command.
# Potential problems described below
# The following properties in /usr/share/bbb-web/WEB-INF/classes/bigbluebutton.properties have no value:
# pluginManifests
........
/usr/bin/bbb-conf: line 1009: [: !=: unary operator expected
#
# bbb-webrtc-sfu will try to connect to but FreeSWITCH is listening on 94.XX.XX.XXX for port 5066
#
# To fix, run the commands
#
# sudo yq e -i 'freeswitch.sip_ip' = 94.XX.XX.XXX /etc/bigbluebutton/bbb-webrtc-sfu/production.yml
# sudo chown bigbluebutton:bigbluebutton /etc/bigbluebutton/bbb-webrtc-sfu/production.yml
#
I have a domain
vitament.net connected to this ip. I am stuck and dont know what to do. I did several steps by asking ChatGPT but error still occurs. Can you help me?