fixing answer
This commit is contained in:
parent
1ba89de8f7
commit
87605b30b1
1 changed files with 1 additions and 1 deletions
|
|
@ -745,7 +745,7 @@ if [ true ]; then
|
||||||
ask
|
ask
|
||||||
while true; do
|
while true; do
|
||||||
read -r answer
|
read -r answer
|
||||||
case "${answer,,}" in
|
case "$(echo "$answer" | tr '[:upper:]' '[:lower:]')" in
|
||||||
yes)
|
yes)
|
||||||
echo "[*] You answered YES. so Activating the iBoot localboot path..."
|
echo "[*] You answered YES. so Activating the iBoot localboot path..."
|
||||||
"$dir"/iBoot64Patcher work/iBEC.dec work/iBEC.patched -b "-v wdt=-1 debug=0x2014e `if [ "$cpid" = '0x8960' ] || [ "$cpid" = '0x7000' ] || [ "$cpid" = '0x7001' ]; then echo "-restore"; fi`" -n -l
|
"$dir"/iBoot64Patcher work/iBEC.dec work/iBEC.patched -b "-v wdt=-1 debug=0x2014e `if [ "$cpid" = '0x8960' ] || [ "$cpid" = '0x7000' ] || [ "$cpid" = '0x7001' ]; then echo "-restore"; fi`" -n -l
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue