Skip to content

Commit

Permalink
Update x-ui-pro.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
GFW4Fun authored Oct 21, 2024
1 parent 18b9ac2 commit 208444b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-ui-pro.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ UNINSTALL_XUI(){
for i in nginx nginx-common nginx-core nginx-full python3-certbot-nginx tor; do
$Pak -y remove $i
done
rm -rf "/var/www/html/" "/etc/nginx/" "/usr/share/nginx/"
#rm -rf "/var/www/html/" "/etc/nginx/" "/usr/share/nginx/"
crontab -l | grep -v "certbot\|x-ui\|cloudflareips" | crontab -
}
if [[ ${UNINSTALL} == *"y"* ]]; then
Expand Down

0 comments on commit 208444b

Please sign in to comment.