fix incorrect folder scheme
This commit is contained in:
parent
8d2362153b
commit
374b2d1c6d
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ class LoginWindow private constructor(parent: TApplication, flags: Int) :
|
|||
ProcessBuilder(
|
||||
"sshfs",
|
||||
"$usernameDetail@$serverDetail:/home/$usernameDetail",
|
||||
"/tmp/osda_mount"
|
||||
"/tmp/kotRemote_mount"
|
||||
)
|
||||
.redirectOutput(ProcessBuilder.Redirect.INHERIT)
|
||||
.redirectError(ProcessBuilder.Redirect.INHERIT)
|
||||
|
|
Loading…
Reference in a new issue