summaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2022-01-06 17:23:03 +0100
committerChristian Pointner <equinox@spreadspace.org>2022-01-06 17:23:03 +0100
commitfa3df6c8389bae15532d11d8ffe8ded08fe5788a (patch)
treec5bc9d3d155b5a2981e0cdd3077f2c94915fcec4 /install.sh
parentbasic openwrt deploy support (diff)
fix known host handling for openwrt-deploy
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/install.sh b/install.sh
index 68e06553..52320c58 100755
--- a/install.sh
+++ b/install.sh
@@ -17,10 +17,6 @@ vault_environment__set "$env_group" || exit 1
echo "installing $name with $distro/$codename in environment '$env_group'"
echo ""
-echo "########## clearing old ssh host keys #########"
-remove_known_hosts "$name"
-echo ""
-
echo "########## removing cached facts #########"
rm -f ".cache/facts/$name"
echo ""