Fix issue with isChromeOS initialization.

This commit is contained in:
nathan 2017-09-22 09:02:55 +02:00
parent f303b6cca2
commit 8ca60fce73

View File

@ -709,6 +709,7 @@ class OSUtil {
return false; return false;
} }
isChromeOS = false;
try { try {
// ps aux | grep chromeos // ps aux | grep chromeos
final ShellExecutor shellVersion = new ShellExecutor(); final ShellExecutor shellVersion = new ShellExecutor();