mirror of
https://github.com/videah/kobo-tailscale
synced 2026-03-20 02:31:28 +11:00
use statedir instead of state
This commit is contained in:
@@ -19,7 +19,7 @@ if [[ $? -eq 143 ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
case "$(pidof tailscaled | wc -w)" in
|
case "$(pidof tailscaled | wc -w)" in
|
||||||
0) tailscaled --state=/tailscaled.state &> /tailscaled.log &
|
0) tailscaled --statedir=/mnt/onboard/tailscale &> /tailscaled.log &
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user