]> piware.de Git - bin.git/blobdiff - postinst-setup
postinst-setup: fix crontab
[bin.git] / postinst-setup
index 9431fe9a06e198000ec046ca270a365692a91f04..d55fb4b7ad9f6f241e1debef1877a4fc4b25a3d4 100755 (executable)
@@ -77,3 +77,9 @@ ln -s /mirror /var/www/mirror
 ifdown eth1
 ifup eth1
 /etc/init.d/dhcp3-server restart
+
+# crontabs
+crontab -u martin - <<EOF
+# m h  dom mon dow   command
+05 * * * * \$HOME/bin/backup
+EOF