We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a85763a + 1044af3 commit 87207d9Copy full SHA for 87207d9
1 file changed
lib/drivers/bash_driver.sh
@@ -92,7 +92,7 @@ bash_validate() {
92
# Define available types
93
declare -A verif
94
local avail_types='str|int|bool|nowhite|upper|lower|single|ip'
95
- local verif[str]='^[^1].*$'
+ local verif[str]='^.*$'
96
local verif[int]='^[0-9]+$'
97
local verif[bool]='^1$'
98
local verif[nowhite]='^[^[:space:]]+$'
0 commit comments