File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- # ################### x-ui-pro v6.6.5 @ github.com/GFW4Fun ##############################################
2
+ # ################### x-ui-pro v6.6.6 @ github.com/GFW4Fun ##############################################
3
3
[[ $EUID -ne 0 ]] && echo " not root!" && sudo su -
4
4
# #############################INFO######################################################################
5
5
msg_ok () { echo -e " \e[1;42m $1 \e[0m" ; }
@@ -70,7 +70,8 @@ if [[ ${INSTALL} == *"y"* ]]; then
70
70
systemctl daemon-reload
71
71
systemctl enable nginx.service
72
72
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
74
75
systemctl start nginx
75
76
systemctl start tor
76
77
fi
You can’t perform that action at this time.
0 commit comments