unreal engine 5.1 update, level load fixed
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
# Copyright Epic Games, Inc. All Rights Reserved.
|
||||
|
||||
# Stop the docker container
|
||||
PSID=$(docker ps -a -q --filter="name=sfu_latest")
|
||||
if [ -z "$PSID" ]; then
|
||||
echo "Docker SFU is not running, no stopping will be done"
|
||||
exit 1;
|
||||
fi
|
||||
echo "Stopping Mediasoup SFU server ..."
|
||||
docker stop sfu_latest
|
||||
|
||||
Reference in New Issue
Block a user