aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/clean/server
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/clean/server')
-rwxr-xr-xscripts/clean/server/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/clean/server/test.sh b/scripts/clean/server/test.sh
index 7d353e375..303806fe2 100755
--- a/scripts/clean/server/test.sh
+++ b/scripts/clean/server/test.sh
@@ -7,6 +7,6 @@ for i in $(seq 1 6); do
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"
10 createdb "peertube_test$i" 10 createdb -O peertube "peertube_test$i"
11 redis-cli KEYS "q-localhost:900$i*" | grep -v empty | xargs --no-run-if-empty redis-cli DEL 11 redis-cli KEYS "q-localhost:900$i*" | grep -v empty | xargs --no-run-if-empty redis-cli DEL
12done 12done