send fail on file not found after 5 checks

This commit is contained in:
Your Name
2025-03-10 13:49:50 -04:00
parent 118e784e4b
commit a2d7eb6896
7 changed files with 90 additions and 33 deletions

17
recycle/smart-cron-builder.bash Executable file
View File

@@ -0,0 +1,17 @@
reset
clear
python3 smart-cron-builder.py
####
cp crontabX /etc/cron.d/cronfile
# Give execution rights on the cron job
chmod 0644 /etc/cron.d/cronfile
# Apply the cron job
crontab -u root /etc/cron.d/cronfile
crontab -l