From c3ffc390b8306ef0f6eee5319d1fd9490f4f1061 Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Sun, 31 Mar 2019 20:27:34 -0400 Subject: [PATCH] add bootstrap to lokiaunch --- config/lokilaunch.sh | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/config/lokilaunch.sh b/config/lokilaunch.sh index 97ec9f5..d94242b 100644 --- a/config/lokilaunch.sh +++ b/config/lokilaunch.sh @@ -15,8 +15,15 @@ case "$1" in cp /root/.lokinet/lokinet.ini /home/pi/loki-network ;; +bootstrap) + + echo -n "Bootstrapping" + /home/pi/lokinet-bootstrap $1 + ;; + + *) - echo "Usage: "$1" {start|stop|gen}" + echo "Usage: "$1" {start|stop|gen|bootstrap}" exit 1 ;; esac