From: Mickaël Rémond Date: Thu, 18 Jul 2019 15:05:50 +0000 (+0200) Subject: Fix example on test data set deletion X-Git-Tag: 19.08~54 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a351dfe0f85acd83eade9fe856e0730d5acf48f3;p=ejabberd Fix example on test data set deletion --- diff --git a/test/docker/README.md b/test/docker/README.md index a3bd4ecc7..5caccdcd9 100644 --- a/test/docker/README.md +++ b/test/docker/README.md @@ -23,6 +23,7 @@ You can fully clean up the environment with: If you want to clean the data, you can remove the data directories after the `docker-compose down` command: ``` -mkdir test/docker/db/mysql/data -mkdir test/docker/db/postgres/data -mkdir test/docker/db/riak/data +rm -rf test/docker/db/mysql/data +rm -rf test/docker/db/postgres/data +rm -rf test/docker/db/riak/data +```