Skip to content

Commit d89d0ce

Browse files
authored
fix sed
Signed-off-by: Zoey <[email protected]>
1 parent 96beb00 commit d89d0ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Containers/talk/start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ eturnal:
5151
TURN_CONF
5252

5353
# Remove empty lines so that the config is not invalid
54-
sed -i '/""/d' /opt/eturnal/etc/eturnal.yml
54+
sed -i '/""/d' /conf/eturnal.yml
5555

5656
# Signling
5757
cat << SIGNALING_CONF > "/conf/signaling.conf"

0 commit comments

Comments
 (0)