From 2dbc856a8be30b11cb90a602f8063cd99be6d5bc Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 12 Feb 2025 15:08:14 -0500 Subject: [PATCH] automated terminal push --- smart-cron-builder.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/smart-cron-builder.bash b/smart-cron-builder.bash index c03d995..e7a1542 100755 --- a/smart-cron-builder.bash +++ b/smart-cron-builder.bash @@ -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 \ No newline at end of file +crontab -l