mirror of
https://github.com/samuelhbne/server-xray.git
synced 2025-12-16 20:07:06 +03:00
Typo fixes.
This commit is contained in:
@@ -19,7 +19,7 @@ do
|
||||
xuser+=("${kv[1]}")
|
||||
;;
|
||||
w|wpath)
|
||||
webpath="${kv[1]}"
|
||||
wspath="${kv[1]}"
|
||||
;;
|
||||
x|xconf)
|
||||
xconf="${kv[1]}"
|
||||
|
||||
@@ -19,7 +19,7 @@ do
|
||||
xuser+=("${kv[1]}")
|
||||
;;
|
||||
w|wpath)
|
||||
webpath="${kv[1]}"
|
||||
wspath="${kv[1]}"
|
||||
;;
|
||||
x|xconf)
|
||||
xconf="${kv[1]}"
|
||||
|
||||
@@ -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]}"
|
||||
|
||||
Reference in New Issue
Block a user