paths: generalize IOSSharedDir to cover Android

Also fix an error message while here.

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2021-05-20 14:33:49 +02:00
committed by Brad Fitzpatrick
parent 73adbb7a78
commit adfe8cf41d
2 changed files with 6 additions and 5 deletions

View File

@@ -13,9 +13,9 @@ import (
"sync/atomic"
)
// IOSSharedDir is a string set by the iOS app on start
// AppSharedDir is a string set by the iOS or Android app on start
// containing a directory we can read/write in.
var IOSSharedDir atomic.Value
var AppSharedDir atomic.Value
// DefaultTailscaledSocket returns the path to the tailscaled Unix socket
// or the empty string if there's no reasonable default.