summaryrefslogtreecommitdiff
path: root/libs/system.php
diff options
context:
space:
mode:
Diffstat (limited to 'libs/system.php')
-rw-r--r--libs/system.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/system.php b/libs/system.php
index 49232ef..7e40e3b 100644
--- a/libs/system.php
+++ b/libs/system.php
@@ -15,6 +15,7 @@ if (!($os = shell_exec('/usr/bin/lsb_release -ds')))
}
}
}
+$os = trim($os, '"');
// Kernel
if (!($kernel = shell_exec('/bin/uname -r')))