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
I found the assumed Java path to be non-existing. Changing it to "/opt/java-azul/bin/java" did fix the issue (local).
The text was updated successfully, but these errors were encountered:
I can confirm this for RaspberryMatic-2.27.7.20170316.
In /usr/local/etc/config/rc.d/hm2mqtt I changed the path to
if [ -x "/opt/java/bin/java" ]; then JAVA_BIN=/opt/java/bin/java
/opt/java is a symbolic link to /opt/java-azul
Sorry, something went wrong.
I've change it to take the first java in opt, because for the latest version of CCU2 it is different as well: JAVA_BIN=find /opt -name java|head -n 1
find /opt -name java|head -n 1
No branches or pull requests
I found the assumed Java path to be non-existing.
Changing it to "/opt/java-azul/bin/java" did fix the issue (local).
The text was updated successfully, but these errors were encountered: