Update build/packages-template/bbb-config/after-install.sh
This commit is contained in:
parent
1b9d3f6801
commit
8d21a144ab
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user