From 280533f244b61302f6a3b9bb5344afe6f1918c19 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Tue, 1 Apr 2008 13:09:10 +0200 Subject: [PATCH] postinst-setup: fix crontab creation --- postinst-setup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/postinst-setup b/postinst-setup index 0ff2231..9d0dab9 100755 --- a/postinst-setup +++ b/postinst-setup @@ -93,7 +93,7 @@ if [ `hostname` = "donald" ]; then # crontabs crontab -u martin - </dev/null +# m h dom mon dow command +05 * * * * \$HOME/bin/backup >/dev/null EOF fi -- 2.39.2