Messages during mesh network restart
This commit is contained in:
parent
dc48d8a984
commit
59ea51368b
|
@ -485,8 +485,16 @@ case "$1" in
|
||||||
$1
|
$1
|
||||||
;;
|
;;
|
||||||
restart)
|
restart)
|
||||||
|
clear
|
||||||
|
echo ''
|
||||||
|
echo $'*** Stopping mesh network connection ***'
|
||||||
|
echo ''
|
||||||
stop
|
stop
|
||||||
sleep 10
|
sleep 10
|
||||||
|
clear
|
||||||
|
echo ''
|
||||||
|
echo $'*** Starting mesh network connection ***'
|
||||||
|
echo ''
|
||||||
start
|
start
|
||||||
;;
|
;;
|
||||||
ping)
|
ping)
|
||||||
|
|
Loading…
Reference in New Issue