/ first working (?) version
This commit is contained in:
@@ -36,6 +36,8 @@ if [[ ${user_input} == "y" ]]; then
|
|||||||
# move executable to correct directory
|
# move executable to correct directory
|
||||||
mv postgrest /usr/local/bin
|
mv postgrest /usr/local/bin
|
||||||
|
|
||||||
|
echo "new postgrest version is installed as /usr/local/bin/postgrest"
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# create /etc/postgrest
|
# create /etc/postgrest
|
||||||
@@ -45,6 +47,8 @@ then
|
|||||||
# make dir(s) if they do not exist
|
# make dir(s) if they do not exist
|
||||||
mkdir -p "/etc/postgrest"
|
mkdir -p "/etc/postgrest"
|
||||||
|
|
||||||
|
echo "created directory /etc/postgrest"
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# add config
|
# add config
|
||||||
|
|||||||
Reference in New Issue
Block a user