Fix in sed function
This commit is contained in:
parent
4bf2f2587f
commit
800c33c379
1 changed files with 2 additions and 0 deletions
|
|
@ -271,6 +271,8 @@ class Linux {
|
|||
}
|
||||
|
||||
static public function sed($arr_sed) {
|
||||
|
||||
$distro=Linux::get_linux_distro();
|
||||
|
||||
if(!isset($arr_sed[$distro])) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue