We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IN: fscrawler/distribution/src/main/scripts/fscrawler
Syntax error: Unterminated quoted string
LINE PROBLEM: JAVA_OPTS="$JAVA_OPTS -Dsun.jnu.encoding=UTF-8 FIX: JAVA_OPTS="$JAVA_OPTS -Dsun.jnu.encoding=UTF-8"
Versions:
The text was updated successfully, but these errors were encountered:
Thanks for reporting. That's indeed a bug. I'll fix it soonish.
Sorry, something went wrong.
e35c8e5
I pushed e35c8e5 which should fix that. Let's wait for the next build to appear. Thanks a lot for reporting!
Fix missing quote in fscrawler linux launch script
c12dddf
Closes dadoonet#860.
dadoonet
No branches or pull requests
IN: fscrawler/distribution/src/main/scripts/fscrawler
Syntax error: Unterminated quoted string
LINE PROBLEM: JAVA_OPTS="$JAVA_OPTS -Dsun.jnu.encoding=UTF-8
FIX: JAVA_OPTS="$JAVA_OPTS -Dsun.jnu.encoding=UTF-8"
Versions:
The text was updated successfully, but these errors were encountered: