mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-05 04:06:33 +02:00
Add ssh cleanup to avoid leaving running agents around when imaging problems.
Review URL: http://codereview.chromium.org/1609025
This commit is contained in:
parent
835ea28436
commit
c5f1d31034
@ -30,6 +30,7 @@ function kill_all_devservers {
|
||||
function cleanup {
|
||||
echo "Killing dev server."
|
||||
kill_all_devservers
|
||||
cleanup_remote_access
|
||||
rm -rf "${TMP}"
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user