Skip to content

Commit

Permalink
[issue-16590] - Change ownership of logging dir
Browse files Browse the repository at this point in the history
  • Loading branch information
GuiLeme committed Feb 10, 2023
1 parent ed22589 commit a9a9b5b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions akka-bbb-fsesl/src/debian/DEBIAN/postinst
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/sh
#
# Update ESL password to match the password from bbb-freeswitch-core, which is
# listed as a package dependency to ensure that it configures first.
Expand All @@ -8,3 +9,6 @@ ESL_PASSWORD=$(xmlstarlet sel -t -m 'configuration/settings/param[@name="passwor
if [ -n "$ESL_PASSWORD" ]; then
sed -i "s/ClueCon/$ESL_PASSWORD/g" /etc/bigbluebutton/bbb-fsesl-akka.conf
fi

# Change ownership of the logging directory
chown bigbluebutton:bigbluebutton '/var/log/bbb-fsesl-akka'

0 comments on commit a9a9b5b

Please sign in to comment.