pull/424/head
玖柒Max 2022-07-09 18:34:34 +08:00
parent 47ccb4bf73
commit decf12ad0b
No known key found for this signature in database
GPG Key ID: 844B7F4315883625
1 changed files with 2 additions and 2 deletions

View File

@ -522,7 +522,7 @@ function generate_certificate() {
function configure_web() {
rm -rf /www/xray_web
mkdir -p /www/xray_web
prink_ok "是否配置伪装网页?[Y/N]
print_ok "是否配置伪装网页?[Y/N]"
read -r webpage
case $webpage in
[yY][eE][sS] | [yY])
@ -532,7 +532,7 @@ function configure_web() {
rm -f web.tar.gz
;;
*) ;;
case
esac
}
function xray_uninstall() {