mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2024-11-24 08:52:38 +02:00
6 lines
56 B
Bash
Executable File
6 lines
56 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -xe
|
|
|
|
mkdir /pg
|
|
chown travis /pg |