Browse Source

Message to indicate mesh install

Bob Mottram 9 years ago
parent
commit
7ab7458631
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/freedombone-client

+ 1
- 0
src/freedombone-client View File

190
 configure_ssh_client
190
 configure_ssh_client
191
 configure_monkeysphere
191
 configure_monkeysphere
192
 if [[ $MESH_CLIENT_INSTALL == $'yes' || $MESH_CLIENT_INSTALL == $'y' || $MESH_CLIENT_INSTALL == $'on' ]]; then
192
 if [[ $MESH_CLIENT_INSTALL == $'yes' || $MESH_CLIENT_INSTALL == $'y' || $MESH_CLIENT_INSTALL == $'on' ]]; then
193
+	echo $'Installing mesh packages'
193
 	${PROJECT_NAME}-mesh-install batman_client
194
 	${PROJECT_NAME}-mesh-install batman_client
194
 	${PROJECT_NAME}-mesh-install babel_client
195
 	${PROJECT_NAME}-mesh-install babel_client
195
 fi
196
 fi