Messages during mesh network restart

This commit is contained in:
Bob Mottram 2017-10-29 11:49:02 +00:00
parent dc48d8a984
commit 59ea51368b
1 changed files with 8 additions and 0 deletions

View File

@ -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)