Install client if needed
This commit is contained in:
parent
d88305ef44
commit
2830727a98
|
@ -32,9 +32,7 @@ IRC_PORT=6697
|
||||||
PEERS_FILE=/tmp/meshpeers.txt
|
PEERS_FILE=/tmp/meshpeers.txt
|
||||||
|
|
||||||
if [ ! -f /usr/bin/batman ]; then
|
if [ ! -f /usr/bin/batman ]; then
|
||||||
echo 'Mesh networking is not configured on your system'
|
freedombone-client
|
||||||
echo 'Run freedombone-client to install the necessary packages'
|
|
||||||
exit 1
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -f /tmp/meshtype ]; then
|
if [ ! -f /tmp/meshtype ]; then
|
||||||
|
|
Loading…
Reference in New Issue