Longer ID
This commit is contained in:
parent
c47f7f2566
commit
5166a77227
|
@ -1627,7 +1627,7 @@ function mesh_batman {
|
|||
|
||||
get_mesh_essid
|
||||
if [ ! $MESH_ESSID ]; then
|
||||
MESH_ESSID="$(openssl rand -base64 3)"
|
||||
MESH_ESSID="$(openssl rand -base64 5)"
|
||||
fi
|
||||
|
||||
echo '#!/bin/bash' > /usr/bin/mesh
|
||||
|
|
Loading…
Reference in New Issue