fix a few bugs

This commit is contained in:
York Zhao 2024-07-23 08:47:12 +08:00 committed by GitHub
parent 89331091be
commit ed36724bf8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -915,7 +915,7 @@ function main
else
install_vnc
fi
if [ "x$install_nginx" != "xn" ] && [ "x$install_nginx" != "xN" ] ; then
if [ "x$install_caddy" != "xn" ] && [ "x$install_caddy" != "xN" ] ; then
install_reverse_proxy
else
say @B"开始使用您的远程桌面,请在浏览器中访问 http://$(curl -s icanhazip.com):8080/guacamole!" green