We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9deba77 commit e4ac71bCopy full SHA for e4ac71b
x-ui-pro.sh
@@ -72,7 +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
+ systemctl restart cron crond > /dev/null 2>&1
76
systemctl start nginx
77
systemctl start tor
78
fi
0 commit comments