From: Martin Pitt Date: Tue, 1 Apr 2008 11:09:10 +0000 (+0200) Subject: postinst-setup: fix crontab creation X-Git-Url: https://piware.de/gitweb/?p=bin.git;a=commitdiff_plain;h=280533f244b61302f6a3b9bb5344afe6f1918c19 postinst-setup: fix crontab creation --- 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