From 0894c83b5020c338c8ad930cb91abdfc7454ed27 Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Sun, 31 Mar 2019 23:39:57 -0400 Subject: [PATCH] update bash script --- config/lokilaunch.sh | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/config/lokilaunch.sh b/config/lokilaunch.sh index 7d00fe6..5568d7f 100644 --- a/config/lokilaunch.sh +++ b/config/lokilaunch.sh @@ -16,12 +16,10 @@ case "$1" in ;; bootstrap) - - echo -n "Bootstrapping" - /home/pi/lokinet-bootstrap $2 + echo -n "Bootstrapping ----> " + /home/pi/loki-network/lokinet-bootstrap $2 + echo -n "Bootstrapped <--- $2" ;; - - *) echo "Usage: "$1" {start|stop|gen|bootstrap}" exit 1