@@ -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