Various fixes

This commit is contained in:
Guillaume
2023-06-14 23:57:26 +02:00
parent 3769192fec
commit 29415f77d9
4 changed files with 6 additions and 5 deletions

View File

@ -19,7 +19,6 @@ cleanuppaths() {
}
cleanupssh() {
set -x
for host in ${!hosts[*]}; do
ssh-keygen -R ${hosts[$host]} &>/dev/null
done