소스 검색

Messages during mesh network restart

Bob Mottram 7 년 전
부모
커밋
59ea51368b
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 8
    0
      src/freedombone-mesh-batman

+ 8
- 0
src/freedombone-mesh-batman 파일 보기

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