8 lines
166 B
Bash
Executable File
8 lines
166 B
Bash
Executable File
#!/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
|