Open DZariusz opened 4 years ago
When run under cron, machineID returns error:
machineID
exec: \"ioreg\": executable file not found in $PATH
This PR makes it will try again with absolute path instead of failing. I was able to figure out thanks to: crontab-doesnt-execute-ioreg-on-my-mac
Getting a similar issue when running cmd without abs path! Thanks for the fix.
@denisbrodbeck, Hey there, could you please merge this pull request? Thanks!
When run under cron,
machineID
returns error:This PR makes it will try again with absolute path instead of failing. I was able to figure out thanks to: crontab-doesnt-execute-ioreg-on-my-mac