Commit 279d5b75 by Oliver Pinter

cleanup

parent 15d2d5a3
...@@ -201,9 +201,15 @@ class Context(BaseContext): ...@@ -201,9 +201,15 @@ class Context(BaseContext):
'/root/.ssh' '/root/.ssh'
'/home/cloud/.ssh' '/home/cloud/.ssh'
'/root/.lesshst' '/root/.lesshst'
'/home/cloud/.lesshst'
'/root/.history' '/root/.history'
'/home/cloud/.history'
'/root/.viminfo' '/root/.viminfo'
'/etc/nsmb.conf'] '/home/cloud/.viminfo'
'/etc/nsmb.conf'
'/root/.nsmbrc.conf'
'/home/cloud/.nsmbrc.conf'
]
+ glob('/etc/ssh/ssh_host_*')) + glob('/etc/ssh/ssh_host_*'))
for f in filelist: for f in filelist:
rmtree(f, ignore_errors=True) rmtree(f, ignore_errors=True)
......
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 sign in to comment