Browse Source

Messages during mesh network restart

Bob Mottram 7 years ago
parent
commit
59ea51368b
1 changed files with 8 additions and 0 deletions
  1. 8
    0
      src/freedombone-mesh-batman

+ 8
- 0
src/freedombone-mesh-batman View File

485
         $1
485
         $1
486
         ;;
486
         ;;
487
     restart)
487
     restart)
488
+        clear
489
+        echo ''
490
+        echo $'*** Stopping mesh network connection ***'
491
+        echo ''
488
         stop
492
         stop
489
         sleep 10
493
         sleep 10
494
+        clear
495
+        echo ''
496
+        echo $'*** Starting mesh network connection ***'
497
+        echo ''
490
         start
498
         start
491
         ;;
499
         ;;
492
     ping)
500
     ping)