diff options
| -rwxr-xr-x | startYACY.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/startYACY.sh b/startYACY.sh index 52ad55b67..14750d8ca 100755 --- a/startYACY.sh +++ b/startYACY.sh @@ -33,7 +33,8 @@ then echo "You can also set a path to java manually, in \$JAVA option of $0 script." #Cron supports setting the path in #echo "Has this script been invoked by CRON?" - #echo "if so, please set PATH in the crontab, or set the correct path in the variable in this script." + #echo "if so, please set PATH in the crontab, by running 'crontab -e' and editing the path to java" + #echo "or set the correct path in the variable in this script." exit 1 fi |
