Update install/production-filesystem/services/scripts/check-first-run-config.sh

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
Adam Outler
2025-10-19 12:15:55 -04:00
committed by GitHub
parent 5ed46da1dc
commit ea4c70ee7f

View File

@@ -14,7 +14,7 @@ if [ ! -f ${NETALERTX_CONFIG}/app.conf ]; then
CYAN='\033[1;36m'
RESET='\033[0m'
>&2 printf "%s" "${CYAN}"
>&2 cat <<'EOF'
>&2 cat <<EOF
══════════════════════════════════════════════════════════════════════════════
🆕 First run detected. Default configuration written to ${NETALERTX_CONFIG}/app.conf.