diff --git a/xray.sh b/xray.sh index c40e587..27553a5 100644 --- a/xray.sh +++ b/xray.sh @@ -411,7 +411,6 @@ getData() { read -p " 请选择伪装网站类型[默认:1)(推荐)静态网站]" answer if [[ -z "$answer" ]]; then PROXY_URL="" - ;; else case $answer in 1) @@ -1931,4 +1930,4 @@ case "$action" in echo " 参数错误" echo " 用法: `basename $0` [menu|update|uninstall|start|restart|stop|showInfo|showLog]" ;; -esac \ No newline at end of file +esac