mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-15 03:26:54 +02:00
Fix multiple network join from environment entrypoint.sh.release (#1961)
This commit is contained in:
parent
2115b18ae3
commit
7f63d896f9
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ done
|
|||
if [ "x$ZEROTIER_JOIN_NETWORKS" != "x" ]
|
||||
then
|
||||
log_params "Joining networks from environment:" $ZEROTIER_JOIN_NETWORKS
|
||||
for i in "$ZEROTIER_JOIN_NETWORKS"
|
||||
for i in $ZEROTIER_JOIN_NETWORKS
|
||||
do
|
||||
log_detail_params "Configuring join:" "$i"
|
||||
touch "/var/lib/zerotier-one/networks.d/${i}.conf"
|
||||
|
|
Loading…
Add table
Reference in a new issue