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 Dec 3, 2024
1 parent 9342484 commit 2b393ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x-ui-pro.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
#################### x-ui-pro v11.6.0 @ github.com/GFW4Fun ##############################################
#################### x-ui-pro v11.6.1 @ github.com/GFW4Fun ##############################################
[[ $EUID -ne 0 ]] && { echo "not root!"; exec sudo "$0" "$@"; }
msg() { echo -e "\e[1;37;40m $1 \e[0m";}
msg_ok() { echo -e "\e[1;32;40m $1 \e[0m";}
Expand Down Expand Up @@ -488,6 +488,6 @@ if systemctl is-active --quiet x-ui || command -v x-ui &> /dev/null; then
msg_war "Note: Save This Screen!"
else
nginx -t && printf '0\n' | x-ui | grep --color=never -i ':'
msg_err "X-UI-PRO : Installation error..."
msg_err "XUI-PRO : Installation error..."
fi
################################################ N-joy #################################################

0 comments on commit 2b393ed

Please sign in to comment.