From d89d0ce161d65a57a58889c2a7e9e8f8afdd5ad3 Mon Sep 17 00:00:00 2001 From: Zoey Date: Thu, 10 Aug 2023 09:16:43 +0200 Subject: [PATCH] fix sed Signed-off-by: Zoey --- Containers/talk/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containers/talk/start.sh b/Containers/talk/start.sh index 9bcfcf62..3e744b62 100644 --- a/Containers/talk/start.sh +++ b/Containers/talk/start.sh @@ -51,7 +51,7 @@ eturnal: TURN_CONF # Remove empty lines so that the config is not invalid -sed -i '/""/d' /opt/eturnal/etc/eturnal.yml +sed -i '/""/d' /conf/eturnal.yml # Signling cat << SIGNALING_CONF > "/conf/signaling.conf"