From 50b205648e9cf1258d2b1a27bfb1ba0d5019c8ef Mon Sep 17 00:00:00 2001 From: Sebastian Torres <12009817+SebTorres@users.noreply.github.com> Date: Wed, 24 Feb 2021 21:01:47 -0500 Subject: [PATCH] Rename 08-cronjob.md to 08-Cronjob.md All files are named with initial caps. This file should follow that convention. --- .../{08-cronjob.md => 08-Cronjob.md} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename docs/06-Security-and-File-Permissions/{08-cronjob.md => 08-Cronjob.md} (97%) diff --git a/docs/06-Security-and-File-Permissions/08-cronjob.md b/docs/06-Security-and-File-Permissions/08-Cronjob.md similarity index 97% rename from docs/06-Security-and-File-Permissions/08-cronjob.md rename to docs/06-Security-and-File-Permissions/08-Cronjob.md index 2a43377..88b6347 100644 --- a/docs/06-Security-and-File-Permissions/08-cronjob.md +++ b/docs/06-Security-and-File-Permissions/08-Cronjob.md @@ -34,4 +34,4 @@ The basic usage of **cron** is to execute a job in a specific time. The **`cront 0 0 0 1 1 * Every 1st of january (yearly) -@reboot Every reboot \ No newline at end of file +@reboot Every reboot