Skip to content

Commit 07d0a19

Browse files
authored
Update x-ui-pro.sh
1 parent 8744275 commit 07d0a19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-ui-pro.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
2-
[[ $EUID -ne 0 ]] && { echo "not root!"; exec sudo "$0" "$@"; }
32
#################### x-ui-pro v11.3.3 @ github.com/GFW4Fun ##############################################
3+
[[ $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";}
66
msg_err() { echo -e "\e[1;31;40m $1 \e[0m";}

0 commit comments

Comments
 (0)