mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-04-24 00:21:11 -04:00
Small browser fixes
This commit is contained in:
@@ -148,7 +148,9 @@ public class ConnectionFileSystem implements FileSystem {
|
||||
|
||||
@Override
|
||||
public void directoryAccessible(String file) throws Exception {
|
||||
shellControl.executeSimpleCommand(shellControl.getShellDialect().getCdCommand(file));
|
||||
var current = shellControl.executeSimpleStringCommand(shellControl.getShellDialect().getPrintWorkingDirectoryCommand());
|
||||
shellControl.command(shellControl.getShellDialect().getCdCommand(file));
|
||||
shellControl.command(shellControl.getShellDialect().getCdCommand(current));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user