Fixed error restarting bbb-transcode-akka
This commit is contained in:
parent
565bce12e7
commit
6a237f86dd
@ -295,7 +295,7 @@ stop_bigbluebutton () {
|
||||
if [ -f /usr/lib/systemd/system/bbb-webhooks.service ]; then
|
||||
WEBHOOKS=bbb-webhooks
|
||||
fi
|
||||
if [ -f /usr/lib/systemd/system/bbb-bbb-transcode-akka.service ]; then
|
||||
if [ -f /usr/lib/systemd/system/bbb-transcode-akka.service ]; then
|
||||
BBB_TRANSCODE_AKKA=bbb-transcode-akka
|
||||
fi
|
||||
|
||||
@ -351,7 +351,7 @@ start_bigbluebutton () {
|
||||
if [ -f /usr/lib/systemd/system/bbb-webhooks.service ]; then
|
||||
WEBHOOKS=bbb-webhooks
|
||||
fi
|
||||
if [ -f /usr/lib/systemd/system/bbb-bbb-transcode-akka.service ]; then
|
||||
if [ -f /usr/lib/systemd/system/bbb-transcode-akka.service ]; then
|
||||
BBB_TRANSCODE_AKKA=bbb-transcode-akka
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user