Skip to content

Make sure ZIP is installed #1

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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