Skip to content

Commit

Permalink
Restore password generator
Browse files Browse the repository at this point in the history
  • Loading branch information
basilhendroff authored Nov 28, 2020
1 parent d3209d2 commit d9a0a24
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 d9a0a24

Please sign in to comment.