Skip to content

Commit 6d2ac05

Browse files
authored
Update x-ui-pro.sh
1 parent 3d84d59 commit 6d2ac05

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

x-ui-pro.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ UNINSTALL_XUI(){
3737
for i in nginx python3-certbot-nginx tor; do
3838
$Pak -y remove $i
3939
done
40-
$Pak -y autoremove
40+
#$Pak -y autoremove
4141
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/"
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/"
4444
}
4545
if [[ ${UNINSTALL} == *"y"* ]]; then
4646
UNINSTALL_XUI

0 commit comments

Comments
 (0)