Cluster is a simple tool for installing, configuring, and bootstrapping a cluster of nodes - primarily Hibari nodes.
5
stars
4
forks
source link
Please modify clus-hibari.sh (better not use "-"(minus) for cookie) #2
Closed
ttsurumi closed 13 years ago
line 278 of clus-hibari.sh
(cat /dev/urandom | strings | tr -c -d "a-zA-Z0-9-_" | fold -w 25 | head -1) 2>$NULLFILE
(cat /dev/urandom | strings | tr -c -d "a-zA-Z0-9_" | fold -w 25 | head -1) 2>$NULLFILE