We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 095dd62 commit d89c171Copy full SHA for d89c171
1 file changed
server/plugins-available/shelluser_base_plugin.inc.php
@@ -625,12 +625,6 @@ function _add_user_bashrc() {
625
$used_os_type = 'unknown';
626
}
627
628
- if (isset($os_type['version'])) {
629
- $os_version = $os_type['version'];
630
- } else {
631
- $os_version = 'unknown';
632
- }
633
-
634
if($used_os_type == "debian" || $used_os_type == "ubuntu") {
635
$tpl->newTemplate("bashrc_user_deb.master");
636
} elseif($used_os_type == "redhat") {
0 commit comments