Explorar el Código

Messages during mesh network restart

Bob Mottram hace 7 años
padre
commit
59ea51368b
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  1. 8
    0
      src/freedombone-mesh-batman

+ 8
- 0
src/freedombone-mesh-batman Ver fichero

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