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:
230230| Storm | ```ps aux | grep [ a] pache-storm-1.0.3 | awk '{print $2}' | xargs kill``` |
231231| File System | ``` rm -rf $BULLET_HOME /tmp/dev-storm-zookeeper /tmp/jetty-* ``` |
232232
233- If you were following the [ Quicker Start ] ( #quicker-start ) script, you can also do
233+ You can also do:
234234``` 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
236236```
237237
238238## What did we do?
Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ cleanup() {
201201}
202202
203203teardown () {
204- println " Killing all Bullet components..."
204+ println " Killing and cleaning up all Bullet components..."
205205 cleanup & > /dev/null
206206 println " Done!"
207207}
@@ -243,7 +243,7 @@ clean() {
243243 unset_all
244244}
245245
246- if [ $# -eq 0]; then
246+ if [ $# -eq 0 ]; then
247247 launch
248248else
249249 clean
You can’t perform that action at this time.
0 commit comments