From 5658b4f03ce45de6b34e40b2dae1762a364f8fbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=C3=A1n=20C=20McCord?= Date: Thu, 6 Aug 2020 17:18:52 -0400 Subject: [PATCH] fix statefile location --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index e5e8768..d675e3e 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -4,4 +4,4 @@ if [ ! -e /dev/net/tun ]; then mknod /dev/net/tun c 10 200; fi # Wait 5s for the daemon to start and then run tailscale up to configure /bin/sh -c "sleep 5; tailscale up --authkey=${TAILSCALE_AUTH} -advertise-tags=${TAILSCALE_TAGS}" & -exec /usr/bin/tailscaled --state=/tailscale/tailscaled.state +exec /usr/bin/tailscaled --state=/var/lib/tailscale/tailscaled.state