automated terminal push

This commit is contained in:
Your Name
2025-02-12 15:08:14 -05:00
parent 87f1536e95
commit 2dbc856a8b

View File

@@ -6,7 +6,7 @@ python3 smart-cron-builder.py
####
cp cronfileX /etc/cron.d/cronfile
cp crontabX /etc/cron.d/cronfile
# Give execution rights on the cron job
chmod 0644 /etc/cron.d/cronfile
@@ -14,4 +14,4 @@ chmod 0644 /etc/cron.d/cronfile
# Apply the cron job
crontab -u root /etc/cron.d/cronfile
crontab -e
crontab -l