Update bypass-mdm.sh

This commit is contained in:
Assaf Dori
2024-05-08 12:42:38 +03:00
committed by GitHub
parent 24b00b220b
commit 5526ff3543

View File

@@ -92,7 +92,7 @@ select opt in "${options[@]}"; do
break
;;
"Reboot & Exit")
# Exit
# Reboot & Exit
echo "Rebooting..."
reboot
break