We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 35d3f9f + 2514e3a commit b0faff0Copy full SHA for b0faff0
odoo_install.sh
@@ -51,9 +51,6 @@ sudo apt-get upgrade -y
51
#--------------------------------------------------
52
echo -e "\n---- Install PostgreSQL Server ----"
53
sudo apt-get install postgresql -y
54
-
55
-echo -e "\n---- PostgreSQL $PG_VERSION Settings ----"
56
-sudo sed -i s/"#listen_addresses = 'localhost'"/"listen_addresses = '*'"/g /etc/postgresql/9.3/main/postgresql.conf
57
58
echo -e "\n---- Creating the ODOO PostgreSQL User ----"
59
sudo su - postgres -c "createuser -s $OE_USER" 2> /dev/null || true
0 commit comments