Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion startYACY.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down