mirror of
https://github.com/samuelhbne/server-xray.git
synced 2025-12-18 12:54:39 +03:00
Typo fixes.
This commit is contained in:
@@ -19,7 +19,7 @@ do
|
|||||||
xuser+=("${kv[1]}")
|
xuser+=("${kv[1]}")
|
||||||
;;
|
;;
|
||||||
w|wpath)
|
w|wpath)
|
||||||
webpath="${kv[1]}"
|
wspath="${kv[1]}"
|
||||||
;;
|
;;
|
||||||
x|xconf)
|
x|xconf)
|
||||||
xconf="${kv[1]}"
|
xconf="${kv[1]}"
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ do
|
|||||||
xuser+=("${kv[1]}")
|
xuser+=("${kv[1]}")
|
||||||
;;
|
;;
|
||||||
w|wpath)
|
w|wpath)
|
||||||
webpath="${kv[1]}"
|
wspath="${kv[1]}"
|
||||||
;;
|
;;
|
||||||
x|xconf)
|
x|xconf)
|
||||||
xconf="${kv[1]}"
|
xconf="${kv[1]}"
|
||||||
|
|||||||
@@ -11,7 +11,6 @@ options=(`echo $1 |tr ',' ' '`)
|
|||||||
for option in "${options[@]}"
|
for option in "${options[@]}"
|
||||||
do
|
do
|
||||||
kv=(`echo $option |tr '=' ' '`)
|
kv=(`echo $option |tr '=' ' '`)
|
||||||
case "${kv[0]}" in
|
|
||||||
case "${kv[0]}" in
|
case "${kv[0]}" in
|
||||||
c|certhome)
|
c|certhome)
|
||||||
certhome="${kv[1]}"
|
certhome="${kv[1]}"
|
||||||
|
|||||||
Reference in New Issue
Block a user