diff options
| author | AckroydAI <36539461+AImissq@users.noreply.github.com> | 2026-01-11 14:12:51 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-11 14:12:51 +0000 |
| commit | 6f78e958243f12afaf765494d58291c659abece3 (patch) | |
| tree | 532af4b69916420fc4349ded66fef8a2d08140bc | |
| parent | da6410cfcedc1c6b7f34c2692c11a746d97adac8 (diff) | |
Update startYACY.sh
Guidance for editing crontab
| -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 |
