Skip to content
Snippets Groups Projects
Commit 7678ec3f authored by Erik Johnston's avatar Erik Johnston
Browse files

Mkdir

parent fc9c7b6c
No related branches found
No related tags found
No related merge requests found
......@@ -58,6 +58,9 @@ if [[ -z "$POSTGRES_DB_2" ]]; then
exit 1
fi
mkdir -p "localhost-$(($PORT_BASE + 1))"
mkdir -p "localhost-$(($PORT_BASE + 2))"
cat > localhost-$(($PORT_BASE + 1))/database.yaml << EOF
name: psycopg2
args:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment