Browse Source

Install client if needed

Bob Mottram 10 years ago
parent
commit
2830727a98
1 changed files with 1 additions and 3 deletions
  1. 1
    3
      src/freedombone-mesh

+ 1
- 3
src/freedombone-mesh View File

32
 PEERS_FILE=/tmp/meshpeers.txt
32
 PEERS_FILE=/tmp/meshpeers.txt
33
 
33
 
34
 if [ ! -f /usr/bin/batman ]; then
34
 if [ ! -f /usr/bin/batman ]; then
35
-    echo 'Mesh networking is not configured on your system'
36
-    echo 'Run freedombone-client to install the necessary packages'
37
-    exit 1
35
+    freedombone-client
38
 fi
36
 fi
39
 
37
 
40
 if [ ! -f /tmp/meshtype ]; then
38
 if [ ! -f /tmp/meshtype ]; then