Commit 7adf8fbe authored by Julius Volz's avatar Julius Volz

Make storage deletion instructions safer.

parent ed3ca4dc
......@@ -11,5 +11,5 @@ database, or you simply want to erase the existing database, you can easily
start fresh by deleting the contents of this directory:
1. Stop Prometheus.
1. `rm -rf $STORAGE_PATH/*`
1. `rm -r <storage path>/*`
1. Start Prometheus.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment