diff --git a/entrypoint.sh b/entrypoint.sh index 218f256651..f0ea69c981 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -89,7 +89,7 @@ setConfigurationValue() { [Tt][Rr][Uu][Ee]|[Ff][Aa][Ll][Ss][Ee]|[Nn]one) TYPE="bool" ;; - +([0-9])) + [1-9][0-9]*) TYPE="integer" ;; [\[\(]*[\]\)])