From 5761c3b99c69e1192648fef77aa1949401df5dea Mon Sep 17 00:00:00 2001 From: Dries Buytaert <dries@buytaert.net> Date: Mon, 15 Oct 2001 22:04:12 +0000 Subject: [PATCH] - Fixed the script's extention. --- scripts/cron-lynx.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 scripts/cron-lynx.sh diff --git a/scripts/cron-lynx.sh b/scripts/cron-lynx.sh new file mode 100644 index 000000000000..84e9e8fbb939 --- /dev/null +++ b/scripts/cron-lynx.sh @@ -0,0 +1,2 @@ +#!/bin/sh +/usr/bin/lynx -source http://yoursite.com/cron.php > /dev/null 2>&1 -- GitLab