We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f457951 commit 7bd2416Copy full SHA for 7bd2416
bootstrap/manage_django_db_postgres.sh
@@ -95,10 +95,11 @@ function configure_md5_login(){
95
# sudo -u postgres psql -tAc "\password postgres"
96
sudo sed -i "s/\s*local\s*all\s*all\s*peer/local all all md5/" /etc/postgresql/*/main/pg_hba.conf
97
sudo service postgresql restart
98
+ sudo mkdir /etc/postgresql/v-p-d
99
sudo touch /etc/postgresql/v-p-d/pass_set
100
sudo chmod +x /etc/postgresql/v-p-d/pass_set
101
sudo sh -c ' echo "export POSTGRES_PASS=configured" >> /etc/postgresql/v-p-d/pass_set'
- exec $SHELL
102
+ # exec $SHELL
103
fi
104
}
105
0 commit comments