Skip to content

Commit

Permalink
Updated lokilaunch.sh messages
Browse files Browse the repository at this point in the history
  • Loading branch information
necro-nemesis committed Apr 1, 2019
1 parent a396392 commit 73436ed
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions config/lokilaunch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,16 @@ case "$1" in
pkill lokinet
;;
gen)
echo -n "Initializing"
echo -n "NEW lokinet.ini FILE CREATED\n"
cat /root/.lokinet/lokinet.ini
/home/pi/loki-network/lokinet "-g"
cp /root/.lokinet/lokinet.ini /home/pi/loki-network
;;

bootstrap)
echo -n "Bootstrapping ----> "
/home/pi/loki-network/lokinet-bootstrap $2
echo -n "Bootstrapped <--- $2"
echo -n "FETCH BOOTSTRAP <---- "
/home/pi/loki-network/lokinet-bootstrap "$2"
echo -n "SUCCESS! BOOTSTRAPPED WTIH ---> $2"
;;
*)
echo "Usage: "$1" {start|stop|gen|bootstrap}"
Expand Down

0 comments on commit 73436ed

Please sign in to comment.