Correct menu labelling for x86

This commit is contained in:
Simon Long
2021-12-02 18:40:26 +00:00
parent bf9c85c0b9
commit 20a4cee6e5
2 changed files with 7 additions and 1 deletions

View File

@@ -2907,7 +2907,7 @@ do_interface_menu() {
3>&1 1>&2 2>&3)
else
FUN=$(whiptail --title "Raspberry Pi Software Configuration Tool (raspi-config)" --menu "Interfacing Options" $WT_HEIGHT $WT_WIDTH $WT_MENU_HEIGHT --cancel-button Back --ok-button Select \
"P2 SSH" "Enable/disable remote command line access using SSH" \
"I2 SSH" "Enable/disable remote command line access using SSH" \
3>&1 1>&2 2>&3)
fi
RET=$?