fix: faulty insufficient permissions error

This commit is contained in:
TopchetoEU 2023-11-25 20:09:59 +02:00
parent eb14bb080c
commit ab56908171
Signed by: topchetoeu
GPG Key ID: 6531B8583E5F6ED4

View File

@ -37,7 +37,6 @@ public class PhysicalFilesystem implements Filesystem {
var _path = getPath(path);
var f = _path.toFile();
checkMode(_path, Mode.READ_WRITE);
switch (type) {
case FILE:
try {