Community
Participate
Working Groups
I have to handle an archive containing tools which have the execution permission set. When I use *unzip* command to uncompress the archive, files are correctly restored with the execution permission. When I use the fetcher actor to uncompress the archive, the execution permissions are lost, and I have to manually restore them with a *chmod +x* command before being able to execute them again.