chore: auto-cleanup ~/.ssh/known_hosts

wip-hostea-domain
Aravinth Manivannan 2022-06-28 23:49:24 +05:30
parent 49ae2189d4
commit f7c0e8e296
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ teardown() {
then
docker_compose_down
teardown_env
sed -i /localhost.*/d ~/.ssh/known_hosts
fi
}