Install client if needed

This commit is contained in:
Bob Mottram 2015-08-22 17:50:17 +01:00
parent d88305ef44
commit 2830727a98
1 changed files with 1 additions and 3 deletions

View File

@ -32,9 +32,7 @@ IRC_PORT=6697
PEERS_FILE=/tmp/meshpeers.txt
if [ ! -f /usr/bin/batman ]; then
echo 'Mesh networking is not configured on your system'
echo 'Run freedombone-client to install the necessary packages'
exit 1
freedombone-client
fi
if [ ! -f /tmp/meshtype ]; then