Job using job conditions fails with unable to find jcpeer.sh.
File does exist on system, found permissions on the directories were incorrect.
permission on /opt/skybot should be 755 (drwx-r-xr-x)
permission on /opt/skybot/agent should be 711 (drwx--x--x)
Need to be root or the owner of the dir (skybot default)
chmod 755 /opt/skybot
chmod 711 /opt/skybot/agent