This commit is contained in:
holzi1005 2025-06-11 16:00:21 +02:00
parent 3048b89cf3
commit 2b0e0df98b

View file

@ -164,7 +164,7 @@ sed -i "s|<version>|$VERSION|g" docker-compose.yml
if [ "$ENVIRONMENT" = "livekit" ]; then if [ "$ENVIRONMENT" = "livekit" ]; then
echo ------------------------------------------------------------ echo ------------------------------------------------------------
echo --------- 3. Setup Livekit --------------------------------- echo --------- 4. Setup Livekit ---------------------------------
echo ------------------------------------------------------------ echo ------------------------------------------------------------
echo "" echo ""
cp .templates/livekit.yaml livekit/livekit.yaml cp .templates/livekit.yaml livekit/livekit.yaml
@ -176,7 +176,7 @@ if [ "$ENVIRONMENT" = "livekit" ]; then
fi fi
echo ------------------------------------------------------------ echo ------------------------------------------------------------
echo --------- 4. Migrate and Setup Docker Volume User ---------- echo --------- Option: Migrate and Setup Docker Volume User -----
echo ------------------------------------------------------------ echo ------------------------------------------------------------
echo "" echo ""