Browse Source

added https to rasplice

panda 7 years ago
parent
commit
aac9f2b26e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rasplice2passwd.sh

+ 1 - 1
rasplice2passwd.sh

@@ -33,7 +33,7 @@ if [ $random = "y" ]; then
 	randomchars=$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 16 | head -n 1)
 fi
 
-rasplice=$(curl -s http://rasplice.contaminati.net/sproloquio.txt | grep -e "[^\ ]\{$lenght,\}" | shuf -n $words | sed  's/^\(.\)/\U\1/' | paste -sd "")
+rasplice=$(curl -k -s https://rasplice.contaminati.net/sproloquio.txt | grep -e "[^\ ]\{$lenght,\}" | shuf -n $words | sed  's/^\(.\)/\U\1/' | paste -sd "")
 
 if [ ! -z "$limit" ] && [ ! $limit = "n" ]; then
 	rasplice=$(echo $rasplice | cut -c1-$limit)