cisd/scripts/standard-init/check_standard_runtime.sh
2026-03-11 14:23:11 +08:00

8 lines
193 B
Bash

#!/bin/bash
set -euo pipefail
pgrep -f "CMEP-CMSP" >/dev/null
pgrep -f "CMEP-CMTP" >/dev/null
pgrep -f "/usr/local/nginx/sbin/nginx" >/dev/null
test -f /usr/local/nginx/html/organization.json