update copyright and reference note.

This commit is contained in:
Luis Guzmán 2023-11-10 00:51:18 -06:00
parent 8b6c071d47
commit 807fcd52df
2 changed files with 7 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
# Etherpad Installer for Jitsi Meet
# SwITNet Ltd © - 2020, https://switnet.net/
# SwITNet Ltd © - 2023, https://switnet.net/
#
# GPLv3 or later.

View File

@ -1,5 +1,10 @@
#!/bin/bash
# Excalidraw Jitsi Backend Installer
#
# Based on:
# - https://community.jitsi.org/t/118883
# by Dirk Materlik
#
# SwITNet Ltd © - 2023, https://switnet.net/
# GPLv3 or later.
@ -138,7 +143,7 @@ else
sed -i "/$PROS_MATCH3/i \\\n" "$PROSODY_FILE"
fi
echo "Checking for whitebord setup at $(basename "$MEET_CONF")."
printf "\n# Checking for whitebord setup at $(basename "$MEET_CONF").\n"
if [ -z "$(sed -n '/whiteboard: {/,/},/p' "$MEET_CONF")" ]; then
echo "> No present configuration on current config.js file"
sed -i "/$CONFIG_MATCH1/i \\\n" "$MEET_CONF"