Fix in sed function
This commit is contained in:
parent
4bf2f2587f
commit
800c33c379
1 changed files with 2 additions and 0 deletions
|
|
@ -272,6 +272,8 @@ class Linux {
|
|||
|
||||
static public function sed($arr_sed) {
|
||||
|
||||
$distro=Linux::get_linux_distro();
|
||||
|
||||
if(!isset($arr_sed[$distro])) {
|
||||
|
||||
echo "Sorry, you don't have a sed str for this distro\n\n";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue