From d726bba828e5e75fb4fb0e80f41aa63cfc9951d3 Mon Sep 17 00:00:00 2001 From: Eric Nemchik Date: Mon, 4 Dec 2023 20:19:25 -0600 Subject: [PATCH] Refer to universal cron mod Signed-off-by: Eric Nemchik --- readme-vars.yml | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/readme-vars.yml b/readme-vars.yml index 40afbc8..5264cd8 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -44,24 +44,7 @@ app_setup_block: | The /data volume mapping is where WebGrab+Plus outputs the xml file. To use the xml file in another program, you have to point it to the host path you mapped the /data volume to. - To adjust the scheduled cron job for grabbing, edit the wg3-cron file found in the `/config` folder. After you have edited the the wg3-cron file, restart the container to apply the new schedule. - Do not adjust the command! - - **Note that due to something in version 3, we had to change the commands for scheduling the grab. If you have a version where there is a wg-cron file in your /config mount, delete it and use wg3-cron instead.** - - Below is the syntax of the cron file. - - ```text - ┌───────────── minute (0 - 59) - │ ┌───────────── hour (0 - 23) - │ │ ┌───────────── day of month (1 - 31) - │ │ │ ┌───────────── month (1 - 12) - │ │ │ │ ┌───────────── day of week (0 - 6) (Sunday to Saturday; - │ │ │ │ │ 7 is also Sunday on some systems) - │ │ │ │ │ - │ │ │ │ │ - * * * * * /bin/bash /defaults/update.sh - ``` + To adjust the scheduled cron job, you can apply our [universal cron mod](https://github.com/linuxserver/docker-mods/tree/universal-cron). # changelog changelogs: - {date: "18.08.23:", desc: "Rebase to Alpine 3.18."}