mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-12-19 08:54:19 -05:00
Mkdir
This commit is contained in:
parent
fc9c7b6cbc
commit
7678ec3f9b
@ -58,6 +58,9 @@ if [[ -z "$POSTGRES_DB_2" ]]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
mkdir -p "localhost-$(($PORT_BASE + 1))"
|
||||||
|
mkdir -p "localhost-$(($PORT_BASE + 2))"
|
||||||
|
|
||||||
cat > localhost-$(($PORT_BASE + 1))/database.yaml << EOF
|
cat > localhost-$(($PORT_BASE + 1))/database.yaml << EOF
|
||||||
name: psycopg2
|
name: psycopg2
|
||||||
args:
|
args:
|
||||||
|
Loading…
Reference in New Issue
Block a user