From 566a0b3179440ba2257650331d8a0826043ad2d6 Mon Sep 17 00:00:00 2001 From: Manevolent Date: Tue, 10 Jan 2023 01:24:58 -0700 Subject: [PATCH] Update install.sh --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 5cb1eb7..c0ba332 100755 --- a/install.sh +++ b/install.sh @@ -62,7 +62,7 @@ docker run --restart always -d \ -v /etc/wireguard:/etc/wireguard -v /etc/bird:/etc/bird/ \ -v /etc/tinc:/etc/tinc -v /etc/bind:/etc/bind \ -v /etc/lixonet:/etc/lixonet \ - -v /etc/lixonet/known_hosts:/home/lixonet/.ssh/known_hosts \ - -v /etc/lixonet/id_rsa:/home/lixonet/.ssh/id_rsa \ + -v /etc/lixonet/known_hosts:/root/.ssh/known_hosts \ + -v /etc/lixonet/id_rsa:/root/.ssh/id_rsa \ --name lixonet-ee \ lixonet-ee