5 lines
70 B
Bash
Executable file
5 lines
70 B
Bash
Executable file
#!/bin/bash
|
|
|
|
export ENABLE_REPLICATION=true
|
|
|
|
exec run-postgresql "$@"
|