Skip to content

Make sure ZIP is installed #1

@cvonkleist

Description

@cvonkleist

There is an error when exporting if the zip command isn't installed on the host. See 3153fd0.

Suggested actions to fix:

  1. Check to see if which zip returns an exit status of 0 before this line:
    exec("zip -r $tmp_zip $foldername");
  2. Update documentation to say that zip is a system dependency

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions