Files
HX_KI_com-Com1/tools/caddy_fix.sh
2026-03-06 14:37:04 +00:00

7 lines
190 B
Bash
Executable File

#!/usr/bin/env bash
set -euo pipefail
systemctl list-unit-files | grep -i caddy || true
systemctl list-units --type=service | grep -i caddy || true
which caddy || true
caddy version || true