update
This commit is contained in:
parent
3048b89cf3
commit
2b0e0df98b
1 changed files with 2 additions and 2 deletions
4
setup.sh
4
setup.sh
|
@ -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 ""
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue