From 289ec933154abaf820fc23554ee9e8191bdc02c1 Mon Sep 17 00:00:00 2001 From: Samuel Huang Date: Wed, 11 Sep 2024 13:09:34 +1000 Subject: [PATCH] Typo fixes. --- server-lwp.sh | 2 +- server-mwp.sh | 2 +- server-ttt.sh | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/server-lwp.sh b/server-lwp.sh index c227e8d..8b98fbd 100755 --- a/server-lwp.sh +++ b/server-lwp.sh @@ -19,7 +19,7 @@ do xuser+=("${kv[1]}") ;; w|wpath) - webpath="${kv[1]}" + wspath="${kv[1]}" ;; x|xconf) xconf="${kv[1]}" diff --git a/server-mwp.sh b/server-mwp.sh index 4ea1a18..4d02c16 100755 --- a/server-mwp.sh +++ b/server-mwp.sh @@ -19,7 +19,7 @@ do xuser+=("${kv[1]}") ;; w|wpath) - webpath="${kv[1]}" + wspath="${kv[1]}" ;; x|xconf) xconf="${kv[1]}" diff --git a/server-ttt.sh b/server-ttt.sh index 9ed398e..3682586 100755 --- a/server-ttt.sh +++ b/server-ttt.sh @@ -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]}"