limit col size

This commit is contained in:
Jason Ertel
2024-04-01 10:32:54 -04:00
parent c1bf710e46
commit 2c68fd6311

View File

@@ -160,7 +160,7 @@ whiptail_accept_telemetry() {
Enable SOC Telemetry to help improve future releases?
EOM
whiptail --title "$whiptail_title" --yesno "$message" 13 75
whiptail --title "$whiptail_title" --yesno "$message" 15 75
telemetry=$?
}