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 11:35:27 -04:00
committed by GitHub
parent 8eab7eeae9
commit 86bf0a3672

View File

@@ -16,7 +16,7 @@ if [ ! -f ${NETALERTX_CONFIG}/app.conf ]; then
>&2 printf "%s" "${CYAN}"
>&2 cat <<'EOF'
══════════════════════════════════════════════════════════════════════════════
🆕 First run detected. Default configuration written to /app/config/app.conf.
🆕 First run detected. Default configuration written to ${NETALERTX_CONFIG}/app.conf.
Review your settings in the UI or edit the file directly before trusting
this instance in production.