mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2025-02-17 10:50:47 +01:00
vncserver: better test env detection
This commit is contained in:
parent
7c28908722
commit
53c545a9ad
@ -31,7 +31,7 @@ $slashndx = rindex($0, "/");
|
||||
if($slashndx>=0) {
|
||||
$exedir = substr($0, 0, $slashndx+1);
|
||||
}
|
||||
if ($exedir =~ m!^unix/!) {
|
||||
if ($exedir =~ m!unix/!) {
|
||||
$exedir = "/usr/bin/";
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user