Don't install babel

This commit is contained in:
Bob Mottram 2016-05-28 19:44:56 +01:00
parent f4d06bdb83
commit e4645e80de
2 changed files with 875 additions and 875 deletions

View File

@ -192,7 +192,6 @@ configure_monkeysphere
if [[ $MESH_CLIENT_INSTALL == $'yes' || $MESH_CLIENT_INSTALL == $'y' || $MESH_CLIENT_INSTALL == $'on' ]]; then
echo $'Installing mesh packages'
${PROJECT_NAME}-mesh-install -f batman_client
${PROJECT_NAME}-mesh-install -f babel_client
fi
echo $'Configuration complete'
exit 0

View File

@ -229,6 +229,7 @@ function mesh_avahi {
}
function mesh_babel_client {
# TODO to be fixed
if [ -f /usr/local/bin/${PROJECT_NAME} ]; then
TOXIC_FILE=$(cat /usr/local/bin/${PROJECT_NAME} | grep "TOXIC_FILE=" | head -n 1 | awk -F '=' '{print $2}')
else