diff --git a/raspi-config b/raspi-config index 6055e61..82d1561 100755 --- a/raspi-config +++ b/raspi-config @@ -224,7 +224,7 @@ do_finish() { } while true; do - FUN=$(whiptail --menu "Raspi-config" 20 80 12 --cancel-button Finish \ + FUN=$(whiptail --menu "Raspi-config" 20 80 12 --cancel-button Finish --ok-button Select \ "info" "Information about this tool" \ "expand_rootfs" "Expand root partition to fill SD card" \ "overscan" "Change overscan" \