Bob Mottram пре 10 година
родитељ
комит
5166a77227
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      src/freedombone

+ 1
- 1
src/freedombone Прегледај датотеку

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