forked from norman/fusionpbx-install.sh-github-mirror
Update postgres.sh
This commit is contained in:
@@ -7,6 +7,9 @@ cd "$(dirname "$0")"
|
|||||||
. ./config.sh
|
. ./config.sh
|
||||||
. ./colors.sh
|
. ./colors.sh
|
||||||
|
|
||||||
|
#install the dependencies
|
||||||
|
pkg install --yes sudo
|
||||||
|
|
||||||
#move to /tmp to prevent an error when running sudo with psql
|
#move to /tmp to prevent an error when running sudo with psql
|
||||||
cwd=$(pwd)
|
cwd=$(pwd)
|
||||||
cd /tmp
|
cd /tmp
|
||||||
|
|||||||
Reference in New Issue
Block a user