Skip to content
This repository was archived by the owner on Nov 12, 2023. It is now read-only.

Commit 8a89714

Browse files
committed
Fix config.sj
After update new added comments break configuration.
1 parent 2cfb19e commit 8a89714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quick_jibri_installer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ sed -i "s|// liveStreamingEnabled: false,|liveStreamingEnabled: true,\\
306306
#Dropbox feature
307307
if [ $ENABLE_DB = "yes" ]; then
308308
DB_STR=$(grep -n "dropbox:" $MEET_CONF | cut -d ":" -f1)
309-
DB_END=$((DB_STR + 4))
309+
DB_END=$((DB_STR + 10))
310310
sed -i "$DB_STR,$DB_END{s|// dropbox: {|dropbox: {|}" $MEET_CONF
311311
sed -i "$DB_STR,$DB_END{s|// appKey: '<APP_KEY>'|appKey: \'$DB_CID\'|}" $MEET_CONF
312312
sed -i "$DB_STR,$DB_END{s|// },|},|}" $MEET_CONF

0 commit comments

Comments
 (0)