diff --git a/crontab b/crontab index 8f40532..e9262d4 100755 --- a/crontab +++ b/crontab @@ -1,2 +1,2 @@ #!/bin/sh -echo "1 * * * * `whoami` wget -O /dev/null http://127.0.0.1/get" > /etc/crontab +echo "1 * * * * `whoami` wget -O /dev/null http://127.0.0.1/get" >> /etc/crontab