diff options
author | Chocobozzz <me@florianbigard.com> | 2018-07-17 18:17:50 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-07-17 18:17:50 +0200 |
commit | b54431049b7b50fc18788bbe600de6adf3f4eb2c (patch) | |
tree | 94a3ab78d1e7f18649925ce6439ef0f4c0004bc3 /scripts/clean | |
parent | 3b492bff49bbab71e826cc4fe93db8c6a74a3391 (diff) | |
download | PeerTube-b54431049b7b50fc18788bbe600de6adf3f4eb2c.tar.gz PeerTube-b54431049b7b50fc18788bbe600de6adf3f4eb2c.tar.zst PeerTube-b54431049b7b50fc18788bbe600de6adf3f4eb2c.zip |
Add populate database script
Diffstat (limited to 'scripts/clean')
-rwxr-xr-x | scripts/clean/server/test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/clean/server/test.sh b/scripts/clean/server/test.sh index 753b8c67e..42651d3a8 100755 --- a/scripts/clean/server/test.sh +++ b/scripts/clean/server/test.sh | |||
@@ -3,7 +3,7 @@ | |||
3 | set -eu | 3 | set -eu |
4 | 4 | ||
5 | for i in $(seq 1 6); do | 5 | for i in $(seq 1 6); do |
6 | dropdb "peertube_test$i" | 6 | dropdb --if-exists "peertube_test$i" |
7 | rm -rf "./test$i" | 7 | rm -rf "./test$i" |
8 | rm -f "./config/local-test.json" | 8 | rm -f "./config/local-test.json" |
9 | rm -f "./config/local-test-$i.json" | 9 | rm -f "./config/local-test-$i.json" |