Update create_sibling.sh
Fixed Array Call for the gender
This commit is contained in:
parent
31db4d062c
commit
01535176ed
@ -341,7 +341,7 @@ gender[1]="girl"
|
||||
|
||||
rand=$[ $RANDOM % 2 ]
|
||||
|
||||
echo -e "[+] Congratz, it's a ${arr[$rand]} (⌐■_■)!"
|
||||
echo -e "[+] Congratz, it's a ${gender[$rand]} (⌐■_■)!"
|
||||
echo -e "[+] One more step: dd if=../${PWNI_OUTPUT} of=<PATH_TO_SDCARD> bs=4M status=progress"
|
||||
|
||||
if [ "${OPT_SPARSE}" -eq 1 ];
|
||||
|
Loading…
x
Reference in New Issue
Block a user