File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -230,9 +230,9 @@ To cleanup all the components we bought up:
230
230
| Storm | ```ps aux | grep [ a] pache-storm-1.0.3 | awk '{print $2}' | xargs kill``` |
231
231
| File System | ``` rm -rf $BULLET_HOME /tmp/dev-storm-zookeeper /tmp/jetty-* ``` |
232
232
233
- If you were following the [ Quicker Start ] ( #quicker-start ) script, you can also do
233
+ You can also do:
234
234
``` bash
235
- curl -sLo- https://raw.githubusercontent.com/yahoo/bullet-docs/v0.1.2/examples/install-all.sh | bash
235
+ curl -sLo- https://raw.githubusercontent.com/yahoo/bullet-docs/v0.1.2/examples/install-all.sh | bash -s cleanup
236
236
```
237
237
238
238
## What did we do?
Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ cleanup() {
201
201
}
202
202
203
203
teardown () {
204
- println " Killing all Bullet components..."
204
+ println " Killing and cleaning up all Bullet components..."
205
205
cleanup & > /dev/null
206
206
println " Done!"
207
207
}
@@ -243,7 +243,7 @@ clean() {
243
243
unset_all
244
244
}
245
245
246
- if [ $# -eq 0]; then
246
+ if [ $# -eq 0 ]; then
247
247
launch
248
248
else
249
249
clean
You can’t perform that action at this time.
0 commit comments