summaryrefslogtreecommitdiff
path: root/startYACY.sh
diff options
context:
space:
mode:
authorrramthun <rramthun@6c8d7289-2bf4-0310-a012-ef5d649a1542>2006-02-04 15:59:45 +0000
committerrramthun <rramthun@6c8d7289-2bf4-0310-a012-ef5d649a1542>2006-02-04 15:59:45 +0000
commit5281cb19870ae08e433c29fddc11b5c8e449fb53 (patch)
tree6425ed4e1fde54e305bf3466ea415a5f84ca1103 /startYACY.sh
parent4bb7397b53ee1da2b8553b22dea0b774a53f0599 (diff)
oops
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1531 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'startYACY.sh')
-rwxr-xr-xstartYACY.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/startYACY.sh b/startYACY.sh
index e3e65a816..9206969da 100755
--- a/startYACY.sh
+++ b/startYACY.sh
@@ -7,7 +7,7 @@ then
exit 2
elif ! [-x "`which java`"]
echo "The java command is not executable."
- echo "Either you have not installed java or it is not in your $PATH"
+ echo "Either you have not installed java or it is not in your PATH"
echo "Has this script been invoked by CRON? Then use the -c option."
exit 2