From 86bf0a367274e6d94da7c5b1d3d0c1bc90f78f2b Mon Sep 17 00:00:00 2001 From: Adam Outler Date: Sun, 19 Oct 2025 11:35:27 -0400 Subject: [PATCH] Update install/production-filesystem/services/scripts/check-first-run-config.sh Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- .../services/scripts/check-first-run-config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/production-filesystem/services/scripts/check-first-run-config.sh b/install/production-filesystem/services/scripts/check-first-run-config.sh index 354c9c53..c8e28b5a 100644 --- a/install/production-filesystem/services/scripts/check-first-run-config.sh +++ b/install/production-filesystem/services/scripts/check-first-run-config.sh @@ -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.