Skip to content

Commit

Permalink
Update x-ui.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rkygogo committed Jul 4, 2022
1 parent 6765f6c commit 3f363ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-ui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ show_menu() {
acp=$(/usr/local/x-ui/x-ui setting -show 2>/dev/null)
green "$acp"
echo "------------------------------------------"
xuiygV="0.3.3.15.5"
xuiygV="0.3.3.15.6"
remoteV=`wget -qO- https://gitlab.com/rwkgyg/x-ui-yg/raw/main/install.sh | sed -n 2p | cut -d '"' -f 2`
localV=${xuiygV}
if [ "${localV}" = "${remoteV}" ]; then
Expand Down

0 comments on commit 3f363ae

Please sign in to comment.