Fixed error restarting bbb-transcode-akka

This commit is contained in:
Fred Dixon 2018-02-11 12:15:19 -06:00
parent 565bce12e7
commit 6a237f86dd

View File

@ -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