From e05d95e7f074d3a4874695123b12fb1d23dabec8 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Mon, 17 Nov 2014 11:52:31 +0000 Subject: [PATCH] Cron script --- bin/nb-update | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bin/nb-update b/bin/nb-update index 20b9e893..b8fd8169 100755 --- a/bin/nb-update +++ b/bin/nb-update @@ -8,3 +8,8 @@ declare -r ROOT="$(readlink -f $(dirname $0)/../)" # cd $ROOT || exit git pull + +##################################################################### +# Cron +# +rsync -au --force etc/cron/nb /etc/cron.d/nb -- 2.47.3