Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9f96e1ec authored by thilo's avatar thilo
Browse files

- do not display input hint on first attempt

parent 84c09480
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@ function generateEnvFile {
                    else
                        FIRST=1
                        while [[ $(echo "$INPUT" | grep -q "$PATTERN" && echo ok || echo nok) = "nok" ]]; do
                            if [[ $FIRST -neq 1 ]]
                            if [[ ${FIRST} != "1" ]]
                            then
                                echo "$INPUT_DIRECTION"
                            else