File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- # ################### x-ui-pro v9.6.0 @ github.com/GFW4Fun ##############################################
2
+ # ################### x-ui-pro v9.6.1 @ github.com/GFW4Fun ##############################################
3
3
[[ $EUID -ne 0 ]] && { echo " not root!" ; exec sudo " $0 " " $@ " ; }
4
4
# #############################INFO######################################################################
5
5
msg_ok () { echo -e " \e[1;42m $1 \e[0m" ; }
@@ -425,6 +425,7 @@ Restart=on-abort
425
425
WantedBy=multi-user.target
426
426
EOF
427
427
service_enable " warp-plus"
428
+ systemctl restart tor
428
429
# #####################cronjob for ssl/reload service/cloudflareips######################################
429
430
crontab -l | grep -v " nginx\|certbot\|x-ui\|cloudflareips" | crontab -
430
431
(crontab -l 2> /dev/null; echo " 0 0 * * * sudo su -c 'x-ui restart > /dev/null 2>&1 && systemctl reload warp-plus tor';" ) | crontab -
You can’t perform that action at this time.
0 commit comments