From 75d318f5d9b8be96c9b48711d9d3692fd419e09b Mon Sep 17 00:00:00 2001 From: Zouhair AMAZZAL Date: Sat, 24 Dec 2022 14:35:35 +0100 Subject: [PATCH] DEV-3920 fix(auto-jobs) fix solution for task3 --- sh/tests/solutions/auto-jobs.tar | Bin 5120 -> 5120 bytes subjects/devops/auto-jobs/README.md | 2 -- 2 files changed, 2 deletions(-) diff --git a/sh/tests/solutions/auto-jobs.tar b/sh/tests/solutions/auto-jobs.tar index ed3f50ab73329d82092f04f151b458a921833923..0533b781e29a132646b49968ec26612540769d40 100644 GIT binary patch delta 83 zcmZqBXwcZu!y#yBYHn_9Xrf?XXl!6)&Y)m0Igv4CG9%-EMuW|aT&+yv<_d-;#-<=; drUu4fWyZ!(Wt$m!c^MhGHVg8-XJukw002A65>5aB delta 82 zcmZqBXwcZu!y#y3Xkuh;YNTLbXl!6)z@T6-Igv4CG9%-EM#IgFT&+yvW(tNT#->1J c#>R%`5M_o?Wt$m!c^Nkg^1WweW?*0d04I?WDgXcg diff --git a/subjects/devops/auto-jobs/README.md b/subjects/devops/auto-jobs/README.md index 2579231c5..1a371852b 100644 --- a/subjects/devops/auto-jobs/README.md +++ b/subjects/devops/auto-jobs/README.md @@ -60,8 +60,6 @@ You can use the `crontab` command to manage your jobs. This command can be calle 2. Schedule a job 5 minutes after midnight every day: `5 0 * * * {command}` - - > You have to use Man or Google to know more about commands flags, in order to solve this exercise! > Google and Man will be your friends!