for corrected

This commit is contained in:
Bandie Kojote 2015-03-19 23:11:00 +01:00
parent 5cfea7218f
commit c97f201658
1 changed files with 2 additions and 2 deletions

View File

@ -39,10 +39,10 @@ do
fi
done
# Shredding passphrase
# Shredding passphrase
echo "Shredding passphrase..."
for ( i=0; $i<10; i++ )
for (( i=0; $i<10; i++ ))
do
pp=`cat /dev/urandom | tr -dc 'a-zA-Z0-9-!@#$%^&*()_+~' | fold -w ${#pp} | head -n 1`
done