diff --git a/661.sh b/661.sh index bdbf2b9..c283d78 100644 --- a/661.sh +++ b/661.sh @@ -613,7 +613,7 @@ WGCFmenu;S5menu reswarp(){ crontab -l > /tmp/crontab.tmp -echo "0 4 * * * systemctl stop warp-go;systemctl restart warp-go;systemctl restart wg-quick@wgcf;systemctl restart warp-svc" >> /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 crontab /tmp/crontab.tmp rm /tmp/crontab.tmp }