mirror of
https://github.com/asterisk/asterisk.git
synced 2026-05-05 12:53:45 +00:00
7 lines
225 B
Bash
Executable File
7 lines
225 B
Bash
Executable File
#!/usr/bin/env bash
|
|
CIDIR=$(dirname $(readlink -fn $0))
|
|
source $CIDIR/ci.functions
|
|
|
|
cp test-config.orig.yaml test-config.yaml
|
|
psql --username=asterisk --host=localhost --db=asterisk --command='DROP OWNED BY asterisk CASCADE'
|