From 77c626816be0151fc37780f3a8a86c3951081626 Mon Sep 17 00:00:00 2001 From: Ark74 Date: Thu, 2 Apr 2020 14:47:24 -0600 Subject: [PATCH] Format align --- quick_jibri_installer.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quick_jibri_installer.sh b/quick_jibri_installer.sh index b187771..6179233 100644 --- a/quick_jibri_installer.sh +++ b/quick_jibri_installer.sh @@ -560,10 +560,10 @@ do read -p "Do you want to disable the Welcome page: (yes or no)"$'\n' -r ENABLE_WELCP if [ $ENABLE_WELCP = yes ]; then echo "Welcome page will be disabled." - sed -i "s|.*enableWelcomePage:.*|enableWelcomePage: false,|" $MEET_CONF + sed -i "s|.*enableWelcomePage:.*| enableWelcomePage: false,|" $MEET_CONF elif [ $ENABLE_WELCP = no ]; then echo "Welcome page will be enabled." - sed -i "s|.*enableWelcomePage:.*|enableWelcomePage: true,|" $MEET_CONF + sed -i "s|.*enableWelcomePage:.*| enableWelcomePage: true,|" $MEET_CONF fi done