From 77747880443489352c2f4c5becc31e70590e92c0 Mon Sep 17 00:00:00 2001 From: Ark74 Date: Thu, 4 Sep 2025 15:00:00 +0000 Subject: [PATCH] jm-bm: fix typo in condition (#127) Reviewed-on: https://forge.switnet.net/switnet/quick-jibri-installer/pulls/127 Co-authored-by: Ark74 Co-committed-by: Ark74 --- jm-bm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jm-bm.sh b/jm-bm.sh index a40f665..908ca17 100644 --- a/jm-bm.sh +++ b/jm-bm.sh @@ -88,7 +88,7 @@ sed -i "s| powered by the Jitsi Videobridge||g" "$TITLE_FILE" sed -i "/appNotInstalled/ s|{{app}}|$MOVILE_APP_NAME|g" /usr/share/jitsi-meet/lang/* #Custom UI changes -if [ -f "$INT_CONF"] && [ -f "$INT_CONF_ETC" ]; then +if [ -f "$INT_CONF" ] && [ -f "$INT_CONF_ETC" ]; then echo "Static interface_config.js exists, skipping modification..." else echo "This setup doesn't have a static interface_config.js, seting it up and applying changes..."