mirror of
https://github.com/zulip/docker-zulip.git
synced 2025-10-23 04:51:58 +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)
|
||||
TYPE="bool"
|
||||
;;
|
||||
[1-9][0-9]*)
|
||||
+([0-9]))
|
||||
TYPE="integer"
|
||||
;;
|
||||
[\[\(]*[\]\)])
|
||||
|
Reference in New Issue
Block a user