Skip to content
Snippets Groups Projects
Commit 60734e0f authored by Brent Baccala's avatar Brent Baccala
Browse files

on installation of akka-bbb-fsesl, update ESL password in /etc/bigbluebutton,...

on installation of akka-bbb-fsesl, update ESL password in /etc/bigbluebutton, where we're starting to
put the configuration stuff, instead of /usr/share/bbb-fsesl-akka/conf/application.conf
parent 7b16f031
No related branches found
No related tags found
Loading
......@@ -6,5 +6,5 @@
ESL_PASSWORD=$(xmlstarlet sel -t -m 'configuration/settings/param[@name="password"]' -v @value /opt/freeswitch/etc/freeswitch/autoload_configs/event_socket.conf.xml)
if [ -n "$ESL_PASSWORD" ]; then
sed -i "s/ClueCon/$ESL_PASSWORD/g" /usr/share/bbb-fsesl-akka/conf/application.conf
sed -i "s/ClueCon/$ESL_PASSWORD/g" /etc/bigbluebutton/bbb-fsesl-akka.conf
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment