alexandrev-tibco 2025-08-31 09:49:12 +02:00
parent b411df7a3d
commit 778d063d6f
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ check_lxc_tailscale_issue() {
if command -v systemctl >/dev/null 2>&1; then
systemctl is-active --quiet tailscaled || echo tailscale-down
elif command -v rc-service >/dev/null 2>&1 || [ -e /etc/init.d/tailscaled ]; then
rc-service tailscaled status >/dev/null 2>&1 || echo tailscale-down
rc-service tailscale status >/dev/null 2>&1 || echo tailscale-down
fi
' 2>/dev/null | tr -d '\r' | head -n1
}