From 5c468b70b0a45d0ab7e6bb35c25e9952406f054b Mon Sep 17 00:00:00 2001 From: MCJ Vasseur <14887731+vmcj@users.noreply.github.com> Date: Sat, 21 Oct 2023 00:28:45 +0200 Subject: [PATCH] Update sql/dj_setup_database.in Co-authored-by: Jaap Eldering --- sql/dj_setup_database.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/dj_setup_database.in b/sql/dj_setup_database.in index 71a0b965f4..0e71518742 100755 --- a/sql/dj_setup_database.in +++ b/sql/dj_setup_database.in @@ -422,7 +422,7 @@ snapshot-load) if [ ! -f "${FILE}" ] then - echo "Error. File ${FILE} not found" + echo "Error: file ${FILE} not found." exit 1 fi