EmonScripts
EmonScripts copied to clipboard
Create a log file of the install to aid debugging
When running the scripts, I currently tee it to a log file.
./main.sh 2>&1 | tee install.log
I suggest that this is done by default to aid debugging if issues occur.
Add to the documentation
PR https://github.com/openenergymonitor/EmonScripts/pull/182 submitted to fulfil this request