Add cron init to allow user customizable crontabs

This commit is contained in:
Eric Nemchik
2023-03-02 19:16:31 -06:00
parent df76b33e0a
commit 44735da9a3
10 changed files with 28 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
#!/usr/bin/with-contenv bash
# shellcheck shell=bash
BLOCKLIST_ENABLED=$(jq -r '.["blocklist-enabled"]' /config/settings.json)