We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eefd4cb + 11cfdb3 commit 08e1b2bCopy full SHA for 08e1b2b
deployment.sh
@@ -40,7 +40,7 @@ update-rc.d postgresql defaults
40
41
echo "### Initializing PostgreSQL test database and table"
42
echo "### NOTE: when asked for a password, type 'testpass'"
43
-echo "Now type: ALTER USER postgres WITH PASSWORD 'testpass'; - hit RETURN, type \q; - hit RETURN"
+echo "Now type: ALTER USER postgres WITH PASSWORD 'testpass'; - hit RETURN, type \q - hit RETURN"
44
su postgres -c psql
45
passwd -d postgres
46
su postgres -c passwd
0 commit comments