Fixed typo in yes/no check.
This commit is contained in:
parent
57a0fddce7
commit
bf36a89324
@ -61,7 +61,7 @@ EOF
|
||||
source ./.includes/functions.sh
|
||||
source ./.includes/ui.sh
|
||||
answer=$(yesno "Do you have a physical screen attached?")
|
||||
if [[ "${answer}" == "yes" ]]; then
|
||||
if [[ "${answer}" == "Yes" ]]; then
|
||||
active_screen
|
||||
msgbox "Settings for physical screen applied."
|
||||
restart
|
||||
|
Loading…
x
Reference in New Issue
Block a user