mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2024-11-12 07:46:28 +00:00
Merge pull request #206 from emlun/master
Fix comment typo: --use-random => --use-urandom
This commit is contained in:
commit
6af6cddc81
2
tomb
2
tomb
@ -1475,7 +1475,7 @@ forge_key() {
|
||||
_message "To make it faster you can move the mouse around."
|
||||
_message "If you are on a server, you can use an Entropy Generation Daemon."
|
||||
|
||||
# Use /dev/random as the entropy source, unless --use-random is specified
|
||||
# Use /dev/random as the entropy source, unless --use-urandom is specified
|
||||
local random_source=/dev/random
|
||||
{ option_is_set --use-urandom } && random_source=/dev/urandom
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user