Skip to content

Commit 2b393ed

Browse files
authored
Update x-ui-pro.sh
1 parent 9342484 commit 2b393ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

x-ui-pro.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
#################### x-ui-pro v11.6.0 @ github.com/GFW4Fun ##############################################
2+
#################### x-ui-pro v11.6.1 @ github.com/GFW4Fun ##############################################
33
[[ $EUID -ne 0 ]] && { echo "not root!"; exec sudo "$0" "$@"; }
44
msg() { echo -e "\e[1;37;40m $1 \e[0m";}
55
msg_ok() { echo -e "\e[1;32;40m $1 \e[0m";}
@@ -488,6 +488,6 @@ if systemctl is-active --quiet x-ui || command -v x-ui &> /dev/null; then
488488
msg_war "Note: Save This Screen!"
489489
else
490490
nginx -t && printf '0\n' | x-ui | grep --color=never -i ':'
491-
msg_err "X-UI-PRO : Installation error..."
491+
msg_err "XUI-PRO : Installation error..."
492492
fi
493493
################################################ N-joy #################################################

0 commit comments

Comments
 (0)