Help
This commit is contained in:
parent
20b128cfb5
commit
f9a5439177
|
@ -244,7 +244,7 @@ function mesh_batman {
|
|||
|
||||
function show_help {
|
||||
echo ''
|
||||
echo 'freedombone-client --bridge-ip [mesh bridge IPv6 address]'
|
||||
echo 'freedombone-client'
|
||||
echo ''
|
||||
exit 0
|
||||
}
|
||||
|
@ -269,8 +269,4 @@ configure_ssh_client
|
|||
mesh_batman
|
||||
mesh_babel
|
||||
echo 'Configuration complete'
|
||||
if [[ $BRIDGE_BATMAN_IPV6 ]]; then
|
||||
echo ''
|
||||
echo 'Type "sudo mesh" to connect to the mesh network'
|
||||
fi
|
||||
exit 0
|
||||
|
|
Loading…
Reference in New Issue