Update xray.sh
This commit is contained in:
parent
0e6c58b613
commit
427b4be268
3
xray.sh
3
xray.sh
@ -411,7 +411,6 @@ getData() {
|
|||||||
read -p " 请选择伪装网站类型[默认:1)(推荐)静态网站]" answer
|
read -p " 请选择伪装网站类型[默认:1)(推荐)静态网站]" answer
|
||||||
if [[ -z "$answer" ]]; then
|
if [[ -z "$answer" ]]; then
|
||||||
PROXY_URL=""
|
PROXY_URL=""
|
||||||
;;
|
|
||||||
else
|
else
|
||||||
case $answer in
|
case $answer in
|
||||||
1)
|
1)
|
||||||
@ -1931,4 +1930,4 @@ case "$action" in
|
|||||||
echo " 参数错误"
|
echo " 参数错误"
|
||||||
echo " 用法: `basename $0` [menu|update|uninstall|start|restart|stop|showInfo|showLog]"
|
echo " 用法: `basename $0` [menu|update|uninstall|start|restart|stop|showInfo|showLog]"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user