4 lines
95 B
Bash
Executable File
4 lines
95 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
cat /tmp/postgresql.conf > /var/lib/postgresql/data/postgresql.conf |