]> piware.de Git - bin.git/commitdiff
postinst-setup: fix crontab creation
authorMartin Pitt <martin@piware.de>
Tue, 1 Apr 2008 11:09:10 +0000 (13:09 +0200)
committerMartin Pitt <martin@piware.de>
Tue, 1 Apr 2008 11:09:10 +0000 (13:09 +0200)
postinst-setup

index 0ff2231b9d0030417c78166d36d2bc941a0b555f..9d0dab97d31feca6f41445e952421fb4ad6cb205 100755 (executable)
@@ -93,7 +93,7 @@ if [ `hostname` = "donald" ]; then
 
     # crontabs
     crontab -u martin - <<EOF
-    # m h  dom mon dow   command
-    05 * * * * \$HOME/bin/backup >/dev/null
+# m h  dom mon dow   command
+05 * * * * \$HOME/bin/backup >/dev/null
 EOF
 fi