forked from shaba/openuds
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 )
|
||||
exec.add("-rdisk:home=\"" + home + "\"");
|
||||
exec.add("-rdisk:home=" + home);
|
||||
|
||||
if( redirectAudio )
|
||||
exec.add("-rsound:local");
|
||||
|
Loading…
Reference in New Issue
Block a user