I had some issues starting Resin at boot and I as always I thought it was Resin's fault but it didn't.
Resin is great. I found out that JAVA_HOME is not being set. Under sh I can't use export JAVA_HOME=/... I keep getting
If I set it under /etc/profile it just doesn't work neither under /etc/login.conf.
The only way to set it at least temporarily is going to bash and use the export command. Any ideas what is wrong? I need it to be set before resin.sh gets called. By the way I come from Linux but I guess you already suspected that.
Resin is great. I found out that JAVA_HOME is not being set. Under sh I can't use export JAVA_HOME=/... I keep getting
Code:
export: command not found
The only way to set it at least temporarily is going to bash and use the export command. Any ideas what is wrong? I need it to be set before resin.sh gets called. By the way I come from Linux but I guess you already suspected that.