From 3251656b3853abc05e3952e6e28dff626a6e19c7 Mon Sep 17 00:00:00 2001 From: Kevin Jilissen Date: Sun, 25 Aug 2024 22:38:11 +0200 Subject: [PATCH] Use printf for the prompt question --- 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 dad966f25a..6bc35b34bf 100755 --- a/sql/dj_setup_database.in +++ b/sql/dj_setup_database.in @@ -411,7 +411,7 @@ load) ind=$((ind+1)) done while true; do - echo "Which database should be loaded? " + printf "Which database should be loaded? " read -r db ind=1 for i in $databases; do