We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13fc49a commit 980152dCopy full SHA for 980152d
x-ui-pro.sh
@@ -1,5 +1,5 @@
1
#!/bin/bash
2
-#################### x-ui-pro v6.6.4 @ github.com/GFW4Fun ##############################################
+#################### x-ui-pro v6.6.5 @ github.com/GFW4Fun ##############################################
3
[[ $EUID -ne 0 ]] && echo "not root!" && sudo su -
4
##############################INFO######################################################################
5
msg_ok() { echo -e "\e[1;42m $1 \e[0m";}
@@ -70,7 +70,7 @@ if [[ ${INSTALL} == *"y"* ]]; then
70
systemctl daemon-reload
71
systemctl enable nginx.service
72
systemctl enable tor.service
73
- systemctl enable crond.service > /dev/null
+ systemctl enable crond.service > /dev/null 2>&1
74
systemctl start nginx
75
systemctl start tor
76
fi
0 commit comments