We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aacfad commit 0b15b29Copy full SHA for 0b15b29
x-ui-pro.sh
@@ -25,7 +25,7 @@ while [ "$#" -gt 0 ]; do
25
-WarpLicKey) WarpLicKey="$2"; shift 2;;
26
-CleanKeyCfon) CleanKeyCfon="$2"; shift 2;;
27
-RandomTemplate) RNDTMPL="$2"; shift 2;;
28
- -uninstall) UNINSTALL="$2"; shift 2;;
+ -Uninstall) UNINSTALL="$2"; shift 2;;
29
-panel) PNLNUM="$2"; shift 2;;
30
-subdomain) domain="$2"; shift 2;;
31
-cdn) CFALLOW="$2"; shift 2;;
0 commit comments