mirror of
https://github.com/zulip/docker-zulip.git
synced 2025-11-04 22:13:31 +00:00
Revert "entrypoint: Remove unnecessary use of an extended glob."
This reverts commit 0d72546a4c. The
extended glob matched when the _entire_ value was numeric, whereas
the pattern matches if it _starts_ with a number.
Fixes: #433
Fixes: #435
This commit is contained in:
@@ -89,7 +89,7 @@ setConfigurationValue() {
|
|||||||
[Tt][Rr][Uu][Ee]|[Ff][Aa][Ll][Ss][Ee]|[Nn]one)
|
[Tt][Rr][Uu][Ee]|[Ff][Aa][Ll][Ss][Ee]|[Nn]one)
|
||||||
TYPE="bool"
|
TYPE="bool"
|
||||||
;;
|
;;
|
||||||
[1-9][0-9]*)
|
+([0-9]))
|
||||||
TYPE="integer"
|
TYPE="integer"
|
||||||
;;
|
;;
|
||||||
[\[\(]*[\]\)])
|
[\[\(]*[\]\)])
|
||||||
|
|||||||
Reference in New Issue
Block a user