Procházet zdrojové kódy

Install client if needed

Bob Mottram před 9 roky
rodič
revize
2830727a98
1 změnil soubory, kde provedl 1 přidání a 3 odebrání
  1. 1
    3
      src/freedombone-mesh

+ 1
- 3
src/freedombone-mesh Zobrazit soubor

@@ -32,9 +32,7 @@ IRC_PORT=6697
32 32
 PEERS_FILE=/tmp/meshpeers.txt
33 33
 
34 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 36
 fi
39 37
 
40 38
 if [ ! -f /tmp/meshtype ]; then