Skip to content

Commit

Permalink
Update build/packages-template/bbb-config/build.sh
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
antobinary and coderabbitai[bot] authored Oct 31, 2024
1 parent 9218361 commit 67488ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/packages-template/bbb-config/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ cp include_default.nginx staging/usr/share/bigbluebutton/
cp bigbluebutton.target staging/usr/lib/systemd/system/

# inject dependency to bigbluebutton.target
for unit in freeswitch nginx redis-server postgres; do
for unit in freeswitch nginx redis-server postgresql; do
mkdir -p "staging/usr/lib/systemd/system/${unit}.service.d"
cp bigbluebutton.conf "staging/usr/lib/systemd/system/${unit}.service.d/"
done
Expand Down

0 comments on commit 67488ae

Please sign in to comment.