From 01535176ed10695bc68d886ad21f6d7f8f1f4757 Mon Sep 17 00:00:00 2001 From: Forrest Fuqua <kingjrwr@gmail.com> Date: Thu, 3 Oct 2019 19:49:38 -0400 Subject: [PATCH] Update create_sibling.sh Fixed Array Call for the gender --- scripts/create_sibling.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/create_sibling.sh b/scripts/create_sibling.sh index f2f5c5f..b7cbbeb 100755 --- a/scripts/create_sibling.sh +++ b/scripts/create_sibling.sh @@ -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 ];