From 2f70b4e0be6765c1c9ad112a44caabd81636aea9 Mon Sep 17 00:00:00 2001
From: xyj <1090822794@qq.com>
Date: Tue, 27 Feb 2024 09:54:15 +0800
Subject: [PATCH] update
---
.idea/workspace.xml | 10 +++++++++-
cron_update.sh | 8 --------
2 files changed, 9 insertions(+), 9 deletions(-)
delete mode 100644 cron_update.sh
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index aafc839..2b1f67f 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -194,7 +194,15 @@
1708998396073
-
+
+
+ 1708998549815
+
+
+
+ 1708998549815
+
+
diff --git a/cron_update.sh b/cron_update.sh
deleted file mode 100644
index b29fea1..0000000
--- a/cron_update.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/bash
-set -e
-sudo crontab -r
-sudo crontab -l > cron.cron
-echo "0 */1 * * * sudo systemctl restart supervisor" >> cron.cron
-sudo crontab cron.cron
-sudo systemctl restart cron.service
-sudo rm -rf cron.cron
\ No newline at end of file