瀏覽代碼

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)