Merge pull request #2014 from ich777/ich777-patch-1

Change TS Sidecar routine
This commit is contained in:
tom mortensen
2025-02-12 09:08:30 -08:00
committed by GitHub
+2 -2
View File
@@ -36,8 +36,8 @@ if [ "$(id -u)" != "0" ]; then
error_handler
fi
if [ -f /usr/local/bin/tailscale ] || [ -f /usr/local/bin/tailscaled ]; then
echo "Official Tailscale Sidecar container detected!"
if [ "${OFFICIAL_TAILSCALE_SIDECAR}" = "true" ]; then
echo "Official Tailscale Sidecar container routine enabled!"
echo
OFFICIAL_TS_SIDECAR="true"
apk update >/dev/null 2>&1