diff --git a/entrypoint.sh.release b/entrypoint.sh.release index f104d4fca..7f9c59173 100644 --- a/entrypoint.sh.release +++ b/entrypoint.sh.release @@ -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"