rename tmp mount folder
This commit is contained in:
parent
32a47979f5
commit
e99dbbed9b
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ class WelcomeWindow private constructor(parent: TApplication, flags: Int) :
|
||||||
object : TAction() {
|
object : TAction() {
|
||||||
override fun DO() {
|
override fun DO() {
|
||||||
if (xyz.limepot.kotRemote.osName == "LINUX") {
|
if (xyz.limepot.kotRemote.osName == "LINUX") {
|
||||||
ProcessBuilder("umount", "/tmp/osda_mount")
|
ProcessBuilder("umount", "/tmp/kotRemote_mount")
|
||||||
.redirectOutput(ProcessBuilder.Redirect.INHERIT)
|
.redirectOutput(ProcessBuilder.Redirect.INHERIT)
|
||||||
.redirectError(ProcessBuilder.Redirect.INHERIT)
|
.redirectError(ProcessBuilder.Redirect.INHERIT)
|
||||||
.start()
|
.start()
|
||||||
|
|
Loading…
Reference in a new issue