From 7173e03d8a3fbf41b8e2d99c2dd89e291e955dcd Mon Sep 17 00:00:00 2001 From: vchikalkin Date: Tue, 17 Mar 2026 16:29:24 +0300 Subject: [PATCH] scripts: add cron.sh --- scripts/cron.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 scripts/cron.sh diff --git a/scripts/cron.sh b/scripts/cron.sh new file mode 100644 index 0000000..9c4a48f --- /dev/null +++ b/scripts/cron.sh @@ -0,0 +1,5 @@ +cat << 'EOF' | crontab - +0 3 * * * /opt/sbin/xkeen -ug +5 3 * * * /opt/bin/sh /opt/update-script.sh +10 3 * * * /opt/bin/sh /opt/update-files.sh +EOF \ No newline at end of file