From 69b9673f1ce210326d84b183aa025056e81848a8 Mon Sep 17 00:00:00 2001 From: Chipmunk <65827213+chipmunkmc@users.noreply.github.com> Date: Wed, 1 Feb 2023 22:24:10 -0500 Subject: [PATCH] Fix hostname --- script/schematics.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/schematics.sh b/script/schematics.sh index 508b68e..f57bd05 100755 --- a/script/schematics.sh +++ b/script/schematics.sh @@ -6,7 +6,7 @@ set -x folder=~/server/plugins/FastAsyncWorldEdit/schematics/ -hostname=chipmunk.land +hostname=code.chipmunk.land ssh-keygen -R $hostname ssh-keyscan -H $hostname >> ~/.ssh/known_hosts