Browse Source

Longer ID

Bob Mottram 10 years ago
parent
commit
5166a77227
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone

+ 1
- 1
src/freedombone View File

@@ -1627,7 +1627,7 @@ function mesh_batman {
1627 1627
 
1628 1628
   get_mesh_essid
1629 1629
   if [ ! $MESH_ESSID ]; then
1630
-      MESH_ESSID="$(openssl rand -base64 3)"
1630
+      MESH_ESSID="$(openssl rand -base64 5)"
1631 1631
   fi
1632 1632
 
1633 1633
   echo '#!/bin/bash' > /usr/bin/mesh