Browse Source

More helpful text

Bob Mottram 7 years ago
parent
commit
91aad446f5
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      src/freedombone-mesh-routing

+ 5
- 0
src/freedombone-mesh-routing View File

50
 echo "echo '$1' > $MESH_CURRENT_PROTOCOL" >> /tmp/change_routing
50
 echo "echo '$1' > $MESH_CURRENT_PROTOCOL" >> /tmp/change_routing
51
 chmod +x /tmp/change_routing
51
 chmod +x /tmp/change_routing
52
 
52
 
53
+clear
54
+echo ''
55
+echo $'Authentication to change mesh protocol'
56
+echo ''
57
+
53
 case $data in
58
 case $data in
54
     1)  sudo /tmp/change_routing 'bmx6'
59
     1)  sudo /tmp/change_routing 'bmx6'
55
         sudo systemctl stop bmx7
60
         sudo systemctl stop bmx7