Correcting typos in install script

This commit is contained in:
Félix Aime 2021-02-11 20:12:13 +01:00
parent 80fdf1da2e
commit 66928d640c

View File

@ -81,7 +81,7 @@ set_credentials() {
}
set_kioskmode() {
echo -n " [?] Do you want to start TinyCheck in fullscreen during the system startup (Kiosk mode)? [Yes/No] "
echo -n " [?] Do you want to start TinyCheck in fullscreen during the system startup (aka. Kiosk mode)? [Yes/No] "
read answer
if [[ "$answer" =~ ^([yY][eE][sS]|[yY])$ ]]
then