Skip to content

Commit

Permalink
Use printf for the prompt question
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevinjil authored and vmcj committed Sep 19, 2024
1 parent 881d466 commit 3251656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/dj_setup_database.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3251656

Please sign in to comment.