mirror of
https://github.com/dkmstr/openuds.git
synced 2025-01-03 01:17:56 +03:00
Fixed rdesktop folders redirection
This commit is contained in:
parent
a4cc0a47f2
commit
45ad85025d
Binary file not shown.
@ -107,7 +107,7 @@ public class LinuxApplet implements OsApplet {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if( redirectDrives )
|
if( redirectDrives )
|
||||||
exec.add("-rdisk:home=\"" + home + "\"");
|
exec.add("-rdisk:home=" + home);
|
||||||
|
|
||||||
if( redirectAudio )
|
if( redirectAudio )
|
||||||
exec.add("-rsound:local");
|
exec.add("-rsound:local");
|
||||||
|
Loading…
Reference in New Issue
Block a user