From 9a6993bab9e03acc6423825801b32e3e426897bc Mon Sep 17 00:00:00 2001 From: xyj <10908227994@qq.com> Date: Sat, 6 Jan 2024 14:20:45 +0800 Subject: [PATCH] update --- conf/example/bash/cron_set.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/example/bash/cron_set.sh b/conf/example/bash/cron_set.sh index 9b646ba..2a9a765 100644 --- a/conf/example/bash/cron_set.sh +++ b/conf/example/bash/cron_set.sh @@ -7,4 +7,5 @@ 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 \ No newline at end of file +sudo rm -rf cron.cron +