Tango icon indicating copy to clipboard operation
Tango copied to clipboard

Losing permission bits

Open mihirpandya opened this issue 10 years ago • 0 comments

The permission bits of files are lost as they are uploaded to Tango (by /upload). As a result, certain scripts that need +x to run, cannot run. We should either find a way to preserve these bits during upload or tell front-end to not rely on those permission bits and do bash hello.sh in their Makefile instead of ./hello.sh.

mihirpandya avatar Feb 03 '15 19:02 mihirpandya