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]}"