Typo fixes.

This commit is contained in:
Samuel Huang
2024-09-11 13:09:34 +10:00
parent 372b2e3e16
commit 289ec93315
3 changed files with 2 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ do
xuser+=("${kv[1]}")
;;
w|wpath)
webpath="${kv[1]}"
wspath="${kv[1]}"
;;
x|xconf)
xconf="${kv[1]}"

View File

@@ -19,7 +19,7 @@ do
xuser+=("${kv[1]}")
;;
w|wpath)
webpath="${kv[1]}"
wspath="${kv[1]}"
;;
x|xconf)
xconf="${kv[1]}"

View File

@@ -11,7 +11,6 @@ options=(`echo $1 |tr ',' ' '`)
for option in "${options[@]}"
do
kv=(`echo $option |tr '=' ' '`)
case "${kv[0]}" in
case "${kv[0]}" in
c|certhome)
certhome="${kv[1]}"