1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-03 17:12:49 -05:00

fabric updates

This commit is contained in:
Kyle Spearrin
2019-02-21 13:53:38 -05:00
parent 49fab18d40
commit f180f080f9
3 changed files with 28 additions and 2 deletions

View File

@ -14,6 +14,8 @@ def clean_up():
"""
Clean up remote machine before taking snapshot.
"""
run("apt-get -y update")
run("apt-get -y upgrade")
run("rm -rf /tmp/* /var/tmp/*")
run("history -c")
run("cat /dev/null > /root/.bash_history")