We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a678dd commit 72c02f6Copy full SHA for 72c02f6
x-ui-pro.sh
@@ -144,7 +144,7 @@ if [[ "${UNINSTALL}" == *"y"* ]]; then
144
rm -rf /etc/warp-plus/ /etc/v2raya/ /etc/nginx/sites-enabled/
145
crontab -l | grep -v "nginx\|systemctl\|x-ui\|v2ray" | crontab -
146
147
- type x-ui &> /dev/null && printf 'y\n' | x-ui uninstall
+ command -v x-ui &> /dev/null && printf 'y\n' | x-ui uninstall
148
149
clear && msg_ok "Completely Uninstalled!" && exit 1
150
fi
0 commit comments