That was great info. That definitely fixed that problem. Thanks!
Now, I am getting syntax errors in the balena-run.sh script.
02.09.19 07:38:11 (-0400) main /usr/app/balena-run.sh: line 2: $‘\r’: command not found
02.09.19 07:38:11 (-0400) main /usr/app/balena-run.sh: line 15: syntax error: unexpected end of file
I will keep working on it. This definitely gets me closer!
So, for some reason, when I push the app, it is adding ^M to the end of each line of the file. This is causing syntax errors I believe. I am sure this is some kind of windows translation issue. I am going to to push from Linux and see if that works differently.
So, I gave up on Windows and created a Debian 9 Virtualbox. Pushed the app from Linux and everything worked great. I will do everything in Linux from now on.
Have you tried adjusting your git configuration to properly handle line endings? If so, let us know what additional problems you faced and we might be able to help further!