Skip to content

Commit 08e1b2b

Browse files
committed
Merge pull request #6 from digininja/master
Trying to quit with \q; gives an error:
2 parents eefd4cb + 11cfdb3 commit 08e1b2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ update-rc.d postgresql defaults
4040

4141
echo "### Initializing PostgreSQL test database and table"
4242
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"
43+
echo "Now type: ALTER USER postgres WITH PASSWORD 'testpass'; - hit RETURN, type \q - hit RETURN"
4444
su postgres -c psql
4545
passwd -d postgres
4646
su postgres -c passwd

0 commit comments

Comments
 (0)