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

Commit e54d24a7 authored by thilo's avatar thilo
Browse files

Update bootstrap-commons.sh

parent 2a7b04e7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ function generateEnvFile {
                    PATTERN=$(getValidationPattern "$VALUE")
                    INPUT_DIRECTION=$(getInputDirectionMessage "$VALUE")
                    echo "$VALUE"
                    if [[ "$PATTERN$INPUT_DIRECTION" = "" ]]
                    if [[ "$PATTERN$INPUT_DIRECTION" = "$VALUE$VALUE" ]]
                    then
                        read INPUT < /dev/tty
                    else