Update build/packages-template/bbb-config/after-install.sh

This commit is contained in:
Anton Georgiev 2023-02-24 12:14:04 -05:00 committed by GitHub
parent 1b9d3f6801
commit 8d21a144ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -169,7 +169,7 @@ removeOldOverride bbb-transcode-akka
# re-create the symlink for apply-lib.sh to ensure the latest version is present
if [ -f /usr/lib/bbb-conf/apply-lib.sh ] && [ -f /etc/bigbluebutton/bbb-conf/apply-lib.sh ]; then
rm /etc/bigbluebutton/bbb-conf/apply-lib.sh
ln -s /etc/bigbluebutton/bbb-conf/apply-lib.sh /usr/lib/bbb-conf/apply-lib.sh
ln -s /usr/lib/bbb-conf/apply-lib.sh /etc/bigbluebutton/bbb-conf/apply-lib.sh
fi
# Load the overrides