From 4208e764a8f1dfaf1bebdf0f1d9a5073e0ef6219 Mon Sep 17 00:00:00 2001 From: Ali Date: Sun, 29 Jun 2025 20:37:04 +0100 Subject: [PATCH] chore --- setup_harden_debian_ubuntu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup_harden_debian_ubuntu.sh b/setup_harden_debian_ubuntu.sh index e7a24e9..76c4ba6 100644 --- a/setup_harden_debian_ubuntu.sh +++ b/setup_harden_debian_ubuntu.sh @@ -1830,7 +1830,7 @@ generate_summary() { printf " %-20s${CYAN}%s${NC}\n" "- Docker status:" "docker ps" fi if command -v tailscale >/dev/null 2>&1; then - printf " %-20s${CYAN}%s${NC}\n" "- Tailscale status:" "tailscale ip" + printf " %-20s${CYAN}%s${NC}\n" "- Tailscale status:" "tailscale status" fi if [[ -f /root/run_backup.sh ]]; then echo -e " Remote Backup:"