mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-11-06 10:36:24 +08:00
fix sed
Signed-off-by: Zoey <zoey@z0ey.de>
This commit is contained in:
parent
96beb00bb2
commit
d89d0ce161
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ eturnal:
|
||||||
TURN_CONF
|
TURN_CONF
|
||||||
|
|
||||||
# Remove empty lines so that the config is not invalid
|
# 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
|
# Signling
|
||||||
cat << SIGNALING_CONF > "/conf/signaling.conf"
|
cat << SIGNALING_CONF > "/conf/signaling.conf"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue