瀏覽代碼

Longer ID

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