8 lines
166 B
Plaintext
8 lines
166 B
Plaintext
|
#!/bin/sh -e
|
||
|
|
||
|
cat <<EOF
|
||
|
NOTE: postgresql needs it's own user for security reasons which can be
|
||
|
created by running the following command:
|
||
|
# adduser postgres
|
||
|
EOF
|