We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7e7491 commit 5c5bb24Copy full SHA for 5c5bb24
install_suite.sh
@@ -7,7 +7,7 @@
7
# === 检查参数 ===
8
if [[ $# -ne 3 ]]; then
9
echo "❌ 参数错误!请传入隧道名称和域名参数。"
10
- echo "用法: ./install_suite.sh <1|code-server>|<2|cloudflared>|<3|all> <TUNNEL_NAME> <DOMAIN_NAME>"
+ echo "用法: ./install_suite.sh <TUNNEL_NAME> <DOMAIN_NAME>"
11
exit 1
12
fi
13
source ./shutup_tips.sh
0 commit comments