From c01b1ebd3d3e7b2c35de2b703e9d77646bb64e91 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Sat, 21 Mar 2020 00:11:35 +0100 Subject: [PATCH] [fix] retrieve actual zerotier port --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index 3fd84dc..0ffc6a7 100644 --- a/scripts/install +++ b/scripts/install @@ -164,6 +164,7 @@ touch $env_file chmod 600 $env_file echo "ZT_TOKEN=$(> $env_file +echo "ZT_ADDR=localhost:$(> $env_file echo "HTTP_PORT=$port" >> $env_file cp $final_path/src/etc/default.passwd $final_path/src/etc/passwd