Instance already running marked as Critical

Great plugin. We run a lot of different backups to S3 on one server. We were surprised to see a CRITICAL error today “Unexpected output: Another instance is already running with this archive directory”

To fix this I think I only needed to add at line 70:

if output.find(“Another instance is already running with this archive directory”)==1:
return False