From ee9a3bf5303344a83adf9171b94fa1042416f0a5 Mon Sep 17 00:00:00 2001 From: fro Date: Tue, 28 Oct 2025 12:51:16 -0500 Subject: [PATCH] u --- scr/2a_postgrest_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scr/2a_postgrest_install.sh b/scr/2a_postgrest_install.sh index 667b30c..bac2aef 100644 --- a/scr/2a_postgrest_install.sh +++ b/scr/2a_postgrest_install.sh @@ -19,7 +19,7 @@ cd /tmp latest_version=$(curl -s https://api.github.com/repos/PostgREST/postgrest/releases/latest | grep -oP '"tag_name": "\K(.*)(?=")') # ask for user input -echo 'install postgrest ${latest_version}? [y/n]' +echo "install postgrest ${latest_version}? [y/n]" read -n1 user_input if [[ ${user_input} == "y" ]]; then