Update xray.sh

This commit is contained in:
vincent0214001 2022-01-02 09:18:05 +00:00
parent 0e6c58b613
commit 427b4be268

View File

@ -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