From de7bfd65d53281de5aa9545119b0c01970c2fffb Mon Sep 17 00:00:00 2001 From: "Difrex(Denis Zheleztsov)" Date: Sun, 10 Aug 2014 21:40:11 +0400 Subject: [PATCH] cron fix --- crontab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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