mirror of
https://github.com/qemus/qemu-docker.git
synced 2025-10-07 00:02:58 +08:00
fix: Avoid pipe to head on find (#751)
This commit is contained in:
@@ -74,7 +74,7 @@ function processInfo() {
|
||||
var path = window.location.pathname.replace(/[^/]*$/, '').replace(/\/$/, '');
|
||||
var wsUrl = protocol + "//" + window.location.host + path + "/websockify";
|
||||
var webSocket = webSocketFactory.connect(wsUrl);
|
||||
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user