From aafc469634a5638d43de86b43427de80e5a7fca5 Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Tue, 2 Apr 2019 18:36:10 -0400 Subject: [PATCH] Added copy lokinet-bootstrap.exe to /root/.lokinet where sudo execution occurs after bootstrap creation. --- config/lokilaunch.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/config/lokilaunch.sh b/config/lokilaunch.sh index 47be55e..b54a200 100644 --- a/config/lokilaunch.sh +++ b/config/lokilaunch.sh @@ -20,6 +20,7 @@ bootstrap) echo -n "FETCH BOOTSTRAP <---- " /home/pi/loki-network/lokinet-bootstrap "$2" echo -n "SUCCESS! BOOTSTRAPPED WTIH ---> $2" + cp /home/pi/loki-network/lokinet-bootstrap.exe /root/.lokinet/ ;; *) echo "Usage: "$1" {start|stop|gen|bootstrap}"