Skip to content

Commit

Permalink
fix: crontab adjustments (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
TommyE123 authored Jun 26, 2023
1 parent 3b8a648 commit c91a5f5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/etc/crontabs/abc
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# min hour day month weekday command
0 8 * * * packt-cli -gd -c /config/configFile.cfg 2>&1 | tee /config/logFile.log
0 8 * * * packt-cli -gd -sm -c /config/configFile.cfg 2>&1 | tee /config/logFile.log
Empty file added root/etc/crontabs/root
Empty file.

0 comments on commit c91a5f5

Please sign in to comment.