summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/cron-curl.sh2
-rw-r--r--scripts/cron-lynx.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/cron-curl.sh b/scripts/cron-curl.sh
index 6b20a516d..633b3d894 100644
--- a/scripts/cron-curl.sh
+++ b/scripts/cron-curl.sh
@@ -1,4 +1,4 @@
#!/bin/sh
# $Id$
-curl --silent --compressed http://yoursite.com/cron.php
+curl --silent --compressed http://example.com/cron.php
diff --git a/scripts/cron-lynx.sh b/scripts/cron-lynx.sh
index 44dd06c2a..04317be6d 100644
--- a/scripts/cron-lynx.sh
+++ b/scripts/cron-lynx.sh
@@ -1,4 +1,4 @@
#!/bin/sh
# $Id$
-/usr/bin/lynx -source http://yoursite.com/cron.php > /dev/null 2>&1
+/usr/bin/lynx -source http://example.com/cron.php > /dev/null 2>&1