From c881a91c54ddecf1b9a91df9d8207fed5aa892eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=AC=E5=93=A5=E4=BE=83=E4=BE=83=E4=BE=83ygkkk?= Date: Thu, 6 Apr 2023 06:10:31 +0000 Subject: [PATCH] Update 661.sh --- 661.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/661.sh b/661.sh index c283d78..dcc63c5 100644 --- a/661.sh +++ b/661.sh @@ -613,7 +613,7 @@ WGCFmenu;S5menu reswarp(){ crontab -l > /tmp/crontab.tmp -echo "*/15 * * * * * systemctl stop warp-go;systemctl restart warp-go;systemctl restart wg-quick@wgcf;systemctl restart warp-svc" >> /tmp/crontab.tmp +echo "* * * * * systemctl stop warp-go;systemctl restart warp-go;systemctl restart wg-quick@wgcf;systemctl restart warp-svc" >> /tmp/crontab.tmp crontab /tmp/crontab.tmp rm /tmp/crontab.tmp }