Don't install babel
This commit is contained in:
parent
f4d06bdb83
commit
e4645e80de
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue