Skip to content

Commit 9deba77

Browse files
authored
Update x-ui-pro.sh
1 parent 875122b commit 9deba77

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

x-ui-pro.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
#################### x-ui-pro v6.6.6 @ github.com/GFW4Fun ##############################################
2+
#################### x-ui-pro v6.6.7 @ github.com/GFW4Fun ##############################################
33
[[ $EUID -ne 0 ]] && echo "not root!" && sudo su -
44
##############################INFO######################################################################
55
msg_ok() { echo -e "\e[1;42m $1 \e[0m";}
@@ -72,6 +72,7 @@ if [[ ${INSTALL} == *"y"* ]]; then
7272
systemctl enable tor.service
7373
systemctl enable cron.service > /dev/null 2>&1
7474
systemctl enable crond.service > /dev/null 2>&1
75+
systemctl start cron crond > /dev/null 2>&1
7576
systemctl start nginx
7677
systemctl start tor
7778
fi

0 commit comments

Comments
 (0)