forked from norman/fusionpbx-install.sh-github-mirror
Update finish.sh
This commit is contained in:
@@ -18,6 +18,9 @@ fi
|
|||||||
#allow the script to use the new password
|
#allow the script to use the new password
|
||||||
export PGPASSWORD=$database_password
|
export PGPASSWORD=$database_password
|
||||||
|
|
||||||
|
#install the dependencies
|
||||||
|
pkg install --yes sudo
|
||||||
|
|
||||||
#update the database password
|
#update the database password
|
||||||
sudo -u postgres psql -c "ALTER USER fusionpbx WITH PASSWORD '$database_password';"
|
sudo -u postgres psql -c "ALTER USER fusionpbx WITH PASSWORD '$database_password';"
|
||||||
sudo -u postgres psql -c "ALTER USER freeswitch WITH PASSWORD '$database_password';"
|
sudo -u postgres psql -c "ALTER USER freeswitch WITH PASSWORD '$database_password';"
|
||||||
|
|||||||
Reference in New Issue
Block a user