From 0b761885f2d6643db7bc2d7e9dadc8dc7979ec49 Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Wed, 21 Dec 2022 14:00:49 +0100 Subject: [PATCH] new: [myc-update] install and manage ``cron`` scripts. Added the ``check-fix`` script to check for 2 docker bugs. --- bin/myc-update | 6 ++++++ etc/cron.d/check-fix | 7 +++++++ 2 files changed, 13 insertions(+) create mode 100644 etc/cron.d/check-fix diff --git a/bin/myc-update b/bin/myc-update index dfd9bdb..ba02471 100755 --- a/bin/myc-update +++ b/bin/myc-update @@ -53,4 +53,10 @@ Wrap -d "Updating some docker images" <&1 | logger -t check-fix +*/5 * * * * root vps check-fix -s -c no-matching-entries rocketchat 2>&1 | logger -t check-fix + +