We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d84d59 commit 6d2ac05Copy full SHA for 6d2ac05
x-ui-pro.sh
@@ -37,10 +37,10 @@ UNINSTALL_XUI(){
37
for i in nginx python3-certbot-nginx tor; do
38
$Pak -y remove $i
39
done
40
- $Pak -y autoremove
+ #$Pak -y autoremove
41
crontab -l | grep -v "certbot\|x-ui\|cloudflareips" | crontab -
42
- rm -rf "/var/www/html/" "/etc/nginx/" "/usr/share/nginx/"
43
- rm -rf "/etc/x-ui/" "/usr/local/x-ui/" "/usr/bin/x-ui/"
+ #rm -rf "/var/www/html/" "/etc/nginx/" "/usr/share/nginx/"
+ #rm -rf "/etc/x-ui/" "/usr/local/x-ui/" "/usr/bin/x-ui/"
44
}
45
if [[ ${UNINSTALL} == *"y"* ]]; then
46
UNINSTALL_XUI
0 commit comments