6 lines
120 B
Bash
Executable File
6 lines
120 B
Bash
Executable File
#!/usr/bin/env sh
|
|
set -eu
|
|
|
|
ENV_FILE="${1:-/etc/ai-operator/ai-operator.env}"
|
|
./bin/ai-operator doctor --env "$ENV_FILE"
|