fixing answer

This commit is contained in:
Edwin Nuñez 2023-08-15 18:32:28 -04:00 committed by GitHub
parent 1ba89de8f7
commit 87605b30b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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