From ea4c70ee7f71959ade7a7935b4879fe0cfeb5f75 Mon Sep 17 00:00:00 2001 From: Adam Outler Date: Sun, 19 Oct 2025 12:15:55 -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 c8e28b5a..8d21e18f 100644 --- a/install/production-filesystem/services/scripts/check-first-run-config.sh +++ b/install/production-filesystem/services/scripts/check-first-run-config.sh @@ -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 <