We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 875122b commit 9deba77Copy full SHA for 9deba77
x-ui-pro.sh
@@ -1,5 +1,5 @@
1
#!/bin/bash
2
-#################### x-ui-pro v6.6.6 @ github.com/GFW4Fun ##############################################
+#################### x-ui-pro v6.6.7 @ 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";}
@@ -72,6 +72,7 @@ if [[ ${INSTALL} == *"y"* ]]; then
72
systemctl enable tor.service
73
systemctl enable cron.service > /dev/null 2>&1
74
systemctl enable crond.service > /dev/null 2>&1
75
+ systemctl start cron crond > /dev/null 2>&1
76
systemctl start nginx
77
systemctl start tor
78
fi
0 commit comments