Loading bootstrap-commons.sh +1 −1 Original line number Diff line number Diff line Loading @@ -56,7 +56,7 @@ function generateEnvFile { read INPUT < /dev/tty else FIRST=1 while [[ $(echo "$INPUT" | grep -q "$PATTERN" && echo ok || echo nok) = "nok" ]]; do while [[ $(echo "$INPUT" | grep -q -P "$PATTERN" && echo ok || echo nok) = "nok" ]]; do if [[ ${FIRST} != "1" ]] then echo "$INPUT_DIRECTION" Loading Loading
bootstrap-commons.sh +1 −1 Original line number Diff line number Diff line Loading @@ -56,7 +56,7 @@ function generateEnvFile { read INPUT < /dev/tty else FIRST=1 while [[ $(echo "$INPUT" | grep -q "$PATTERN" && echo ok || echo nok) = "nok" ]]; do while [[ $(echo "$INPUT" | grep -q -P "$PATTERN" && echo ok || echo nok) = "nok" ]]; do if [[ ${FIRST} != "1" ]] then echo "$INPUT_DIRECTION" Loading