Skip to content

Better handling of aborted execution #57

Description

@tokee

If a Quack-execution is aborted, it sometimes leaves zero-length files. Checks for file existence is currently with bash '-f', which simply checks for existence. The check '-s' checks for existence of a file of length > 0 and would be better in this situation.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions