summaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-10-03 21:40:34 +0200
committerChristian Pointner <equinox@spreadspace.org>2020-10-03 21:40:34 +0200
commit2511faa114a061a3029db0575bb69edaa66c9626 (patch)
tree6b4e79930487a6de4143e0f585c5b6535482b990 /install.sh
parentprepare for debian bullseye (diff)
move known-host cleanup to utils.sh
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index e91ed60b..b4056858 100755
--- a/install.sh
+++ b/install.sh
@@ -18,7 +18,7 @@ echo "installing $name with $distro/$codename in environment '$env_group'"
echo ""
echo "########## clearing old ssh host keys #########"
-./remove-known-host.sh "$name"
+remove_known_hosts "$name"
echo ""
echo "########## removing cached facts #########"