diff --git a/manage-lxc-vm-notes.sh b/manage-lxc-vm-notes.sh index 2e98a41..6ac873e 100755 --- a/manage-lxc-vm-notes.sh +++ b/manage-lxc-vm-notes.sh @@ -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 }