Skip to content

Commit

Permalink
Fix multiple network join from environment entrypoint.sh.release (#1961)
Browse files Browse the repository at this point in the history
  • Loading branch information
leleobhz authored and glimberg committed Apr 19, 2023
1 parent 06324af commit f813211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh.release
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f813211

Please sign in to comment.