mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-03 19:16:46 +00:00
7 lines
225 B
Bash
7 lines
225 B
Bash
![]() |
#!/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'
|