/ first working (?) version
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user