Skip to content
Snippets Groups Projects
Commit 59ea5136 authored by Bob Mottram's avatar Bob Mottram
Browse files

Messages during mesh network restart

parent dc48d8a9
No related branches found
No related tags found
No related merge requests found
......@@ -485,8 +485,16 @@ case "$1" in
$1
;;
restart)
clear
echo ''
echo $'*** Stopping mesh network connection ***'
echo ''
stop
sleep 10
clear
echo ''
echo $'*** Starting mesh network connection ***'
echo ''
start
;;
ping)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment