Skip to content

Commit 9901a80

Browse files
authored
Update x-ui-pro.sh
1 parent e7e54aa commit 9901a80

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

x-ui-pro.sh

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
#################### x-ui-pro v6.6.5 @ github.com/GFW4Fun ##############################################
2+
#################### x-ui-pro v6.6.6 @ 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";}
@@ -70,7 +70,8 @@ if [[ ${INSTALL} == *"y"* ]]; then
7070
systemctl daemon-reload
7171
systemctl enable nginx.service
7272
systemctl enable tor.service
73-
systemctl enable crond.service > /dev/null 2>&1
73+
systemctl enable cron.service > /dev/null 2>&1
74+
systemctl enable crond.service > /dev/null 2>&1
7475
systemctl start nginx
7576
systemctl start tor
7677
fi

0 commit comments

Comments
 (0)