Browse Source

Apply Tailscale patch to both 0.5.0 and 0.5.1 Umbrel installs

main
Luke Childs 2 years ago
parent
commit
80987874fa
  1. 2
      tailscale/exports.sh

2
tailscale/exports.sh

@ -6,7 +6,7 @@ if ! cat "${UMBREL_ROOT}/db/user.json" | grep '"tailscale"'
then then
# Only patch unmodified v0.5.0 app script to prevent infinite loop or making weird changes to future app scripts # Only patch unmodified v0.5.0 app script to prevent infinite loop or making weird changes to future app scripts
if sha256sum "${UMBREL_ROOT}/scripts/app" | grep 1620d0e2cfd9cb70e300e28cd3c93a03c00ee65175fe0281a71f62793cc05e19 if sha256sum "${UMBREL_ROOT}/scripts/app" | grep '43d41ead6963780289e381a172ea346603e36ae650f9e5c878e93aa5c1f78e15\|1620d0e2cfd9cb70e300e28cd3c93a03c00ee65175fe0281a71f62793cc05e19'
then then
echo "Detected Tailscale install, we need to patch the install script so this doesn't fail!" echo "Detected Tailscale install, we need to patch the install script so this doesn't fail!"

Loading…
Cancel
Save