jm-bm: fix typo in condition #127

Merged
Ark74 merged 1 commits from Ark74/quick-jibri-installer:fix_j-b_typo into master 2025-09-04 15:00:01 +00:00
1 changed files with 1 additions and 1 deletions

View File

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