diff --git a/src/main/kotlin/xyz/limepot/kotRemote/jexerWindow/WelcomeWindow.kt b/src/main/kotlin/xyz/limepot/kotRemote/jexerWindow/WelcomeWindow.kt index 8021577..109ab9a 100644 --- a/src/main/kotlin/xyz/limepot/kotRemote/jexerWindow/WelcomeWindow.kt +++ b/src/main/kotlin/xyz/limepot/kotRemote/jexerWindow/WelcomeWindow.kt @@ -26,7 +26,7 @@ class WelcomeWindow private constructor(parent: TApplication, flags: Int) : object : TAction() { override fun DO() { if (xyz.limepot.kotRemote.osName == "LINUX") { - ProcessBuilder("umount", "/tmp/osda_mount") + ProcessBuilder("umount", "/tmp/kotRemote_mount") .redirectOutput(ProcessBuilder.Redirect.INHERIT) .redirectError(ProcessBuilder.Redirect.INHERIT) .start()