This commit is contained in:
Ali
2025-06-29 20:37:04 +01:00
parent 3e2a46a7e2
commit 4208e764a8

View File

@@ -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:"