Skip to content

Commit

Permalink
droplets: Fix the command for clearing bash history.
Browse files Browse the repository at this point in the history
history -c only clears the history from memory and
would be populated back during the next SSH session.
  • Loading branch information
hackerkid authored and timabbott committed May 7, 2018
1 parent 18314e5 commit c684333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/droplets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Rough steps:
1. `tools/run-dev.py`, let it run to completion, and then Ctrl-C (to clear
out anything in the Rabbit MQ queue, load messages, etc).
1. `tools/run-dev.py`, and check that `base.zulipdev.org:9991` is up and running.
1. `history -c` to clear any command line history, if you made a typo (to
1. `> ~/.bash_history && history -c` to clear any command line history, if you made a typo (to
reduce chance of confusing new contributors).
1. `sudo shutdown -h now`
1. Go to the Images tab on DigitalOcean, and "Take a Snapshot".
Expand Down

0 comments on commit c684333

Please sign in to comment.