Skip to content
This repository was archived by the owner on Oct 23, 2024. It is now read-only.

Commit 7f9b360

Browse files
authored
fix missing dollar symbol in startowt.sh (#1344)
* fix owt-run image * fix missing dollar symbol in startowt.sh
1 parent 22c1663 commit 7f9b360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/startowt.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ if [ ! -z "${hostname}" ];then
5959
sed -i "/^hostname = /c \hostname = \"${hostname}\"" portal/portal.toml
6060
fi
6161

62-
if [ ! -z "${externalip}" ] && [ ! -z "{network_interface}" ];then
62+
if [ ! -z "${externalip}" ] && [ ! -z "${network_interface}" ];then
6363
echo ${externalip}
6464
sed -i "/^network_interfaces =/c \network_interfaces = [{name = \"${networkinterface}\", replaced_ip_address = \"${externalip}\"}]" webrtc_agent/agent.toml
6565
sed -i "/^ip_address = /c \ip_address = \"${externalip}\"" portal/portal.toml

0 commit comments

Comments
 (0)