Skip to content

Incorrect instruction in quickstat documentation #235

Open
@rawdlite

Description

@rawdlite

Hi,
I think i found a bug in quickstart.md
In quickstart it says:

sudo bash -c "echo ZEROTIER_CENTRAL_TOKEN > /var/lib/zerotier-one/token"

This will put just the String 'ZEROTIER_CENTRAL_TOKEN' into the token file.
I guess it should read:

sudo bash -c "echo $ZEROTIER_CENTRAL_TOKEN > /var/lib/zerotier-one/token"

and before that a:

export ZEROTIER_CENTRAL_TOKEN=<token id>

is a required step.

HTH

cheers tom

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions