]> piware.de Git - bin.git/commitdiff
postinst-setup: fix crontab
authorMartin Pitt <martin.pitt@ubuntu.com>
Mon, 6 Aug 2007 21:40:19 +0000 (23:40 +0200)
committerMartin Pitt <martin.pitt@ubuntu.com>
Mon, 6 Aug 2007 21:40:19 +0000 (23:40 +0200)
postinst-setup

index c7ceba295ca19bf39bc8d514d2c8014bb5746874..d55fb4b7ad9f6f241e1debef1877a4fc4b25a3d4 100755 (executable)
@@ -81,5 +81,5 @@ ifup eth1
 # crontabs
 crontab -u martin - <<EOF
 # m h  dom mon dow   command
-05 * * * * $HOME/bin/backup
+05 * * * * \$HOME/bin/backup
 EOF