mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-21 23:20:23 +00:00
Add chmod 755 action
This commit is contained in:
parent
aa76ce1a94
commit
b134be7fce
1 changed files with 1 additions and 1 deletions
|
@ -53,6 +53,6 @@ public class ChmodAction implements BranchAction {
|
|||
|
||||
@Override
|
||||
public List<LeafAction> getBranchingActions(OpenFileSystemModel model, List<BrowserEntry> entries) {
|
||||
return List.of(new Chmod("400"), new Chmod("600"), new Chmod("644"), new Chmod("700"), new Chmod("777"), new Chmod("u+x"), new Chmod("a+x"));
|
||||
return List.of(new Chmod("400"), new Chmod("600"), new Chmod("644"), new Chmod("700"), new Chmod("755"), new Chmod("777"), new Chmod("u+x"), new Chmod("a+x"));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue