Commit 4f3f1eb
committed
[auto-install] Fix case sensitivity for OpenVPN disable option #490
Replace bash 4.0+ specific ${var,,} syntax with explicit case checking
to ensure compatibility with older bash versions (3.x). Now accepts
both 'N' and 'n' to disable OpenVPN module as advertised in the prompt.
Fixes issue where users entering uppercase 'N' (as instructed) would
not disable the OpenVPN module on systems with bash < 4.0.1 parent 244e196 commit 4f3f1eb
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
151 | | - | |
| 151 | + | |
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
| |||
0 commit comments