Skip to content

Commit

Permalink
Update password generator
Browse files Browse the repository at this point in the history
  • Loading branch information
basilhendroff committed Nov 28, 2020
1 parent d9a0a24 commit 4f506d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wordpress-jail.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ print_err () {
}

rand() {
local rnum=$(LC_ALL=C tr -dc 'A-Za-z0-9!#$%()*+,-./:;<=>?@[]^_{}~' </dev/urandom | head -c "$1" ; echo)
local rnum=$(LC_ALL=C tr -dc 'A-Za-z0-9!#%()*+,-./:;<=>?@[]^_{}~' </dev/urandom | head -c "$1" ; echo)
echo $rnum
}

Expand Down

0 comments on commit 4f506d4

Please sign in to comment.