Job in queue is selected to run postprocessing shutdown pc python script.
Download and repair are successfully completed. Job is successfully moved from incomplete to complete folder. __ADMIN__ folder remains in incomplete folder.
Shutdown script runs successfully.
When pc is restarted, a "failed job" email is sent.
Message in gui: "Download failed - Out of your servers retention?"
__ADMIN__ folder still remains in incomplete folder.
Can anyone help me understand why this is occurring? This never happened in 0.5.6
shutdown script syntax:
Code: Select all
#!/usr/bin/python
import os
command = "sudo shutdown -h 2"
os.system(command)