From 307746c4e258b717bf6ab67b29a3656cd951c273 Mon Sep 17 00:00:00 2001 From: xyj <10908227994@qq.com> Date: Sat, 6 Jan 2024 14:27:05 +0800 Subject: [PATCH] update --- conf/example/bash/cron_set.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/conf/example/bash/cron_set.sh b/conf/example/bash/cron_set.sh index 2a9a765..9b646ba 100644 --- a/conf/example/bash/cron_set.sh +++ b/conf/example/bash/cron_set.sh @@ -7,5 +7,4 @@ echo "0 0 * * * /usr/bin/python /home/pi/lot_manager/delete_lot_data_3_days.py" echo "*/15 * * * * /usr/bin/python /home/pi/lot_manager/delete_than20G.py" >> cron.cron sudo crontab cron.cron sudo systemctl restart cron.service -sudo rm -rf cron.cron - +sudo rm -rf cron.cron \ No newline at end of file