mirror of
https://github.com/tale/headplane.git
synced 2026-08-28 07:57:03 +00:00
fix: correct patch permissions for nix
This commit is contained in:
@@ -26,6 +26,7 @@ in
|
|||||||
# Patch Tailscale's derphttp to include DERPPort in WebSocket URLs.
|
# Patch Tailscale's derphttp to include DERPPort in WebSocket URLs.
|
||||||
# Without this, DERP servers on non-443 ports fail in WASM builds.
|
# Without this, DERP servers on non-443 ports fail in WASM builds.
|
||||||
if [ -f patches/tailscale-derp-port.patch ]; then
|
if [ -f patches/tailscale-derp-port.patch ]; then
|
||||||
|
chmod -R +w vendor/tailscale.com/derp/derphttp
|
||||||
patch -d vendor/tailscale.com -p1 < patches/tailscale-derp-port.patch
|
patch -d vendor/tailscale.com -p1 < patches/tailscale-derp-port.patch
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user