Fix in sed function

This commit is contained in:
absurdo 2023-11-27 16:52:02 +01:00
parent 4bf2f2587f
commit 800c33c379

View file

@ -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";