diff --git a/scr/2a_postgrest_install.sh b/scr/2a_postgrest_install.sh index bac2aef..e12aead 100644 --- a/scr/2a_postgrest_install.sh +++ b/scr/2a_postgrest_install.sh @@ -36,6 +36,8 @@ if [[ ${user_input} == "y" ]]; then # move executable to correct directory mv postgrest /usr/local/bin + echo "new postgrest version is installed as /usr/local/bin/postgrest" + fi # create /etc/postgrest @@ -45,6 +47,8 @@ then # make dir(s) if they do not exist mkdir -p "/etc/postgrest" + echo "created directory /etc/postgrest" + fi # add config