[issue-16590] - Change ownership of logging dir
This commit is contained in:
parent
ed225899dc
commit
a9a9b5b83e
@ -1,3 +1,4 @@
|
|||||||
|
#!/bin/sh
|
||||||
#
|
#
|
||||||
# Update ESL password to match the password from bbb-freeswitch-core, which is
|
# Update ESL password to match the password from bbb-freeswitch-core, which is
|
||||||
# listed as a package dependency to ensure that it configures first.
|
# listed as a package dependency to ensure that it configures first.
|
||||||
@ -8,3 +9,6 @@ ESL_PASSWORD=$(xmlstarlet sel -t -m 'configuration/settings/param[@name="passwor
|
|||||||
if [ -n "$ESL_PASSWORD" ]; then
|
if [ -n "$ESL_PASSWORD" ]; then
|
||||||
sed -i "s/ClueCon/$ESL_PASSWORD/g" /etc/bigbluebutton/bbb-fsesl-akka.conf
|
sed -i "s/ClueCon/$ESL_PASSWORD/g" /etc/bigbluebutton/bbb-fsesl-akka.conf
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Change ownership of the logging directory
|
||||||
|
chown bigbluebutton:bigbluebutton '/var/log/bbb-fsesl-akka'
|
||||||
|
Loading…
Reference in New Issue
Block a user