forked from archonproject/archon
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
There is an error when exporting if the zip command isn't installed on the host. See 3153fd0.
Suggested actions to fix:
- Check to see if
which zipreturns an exit status of0before this line:exec("zip -r $tmp_zip $foldername"); - Update documentation to say that
zipis a system dependency