Fix in sed function
This commit is contained in:
parent
800c33c379
commit
893163ac26
1 changed files with 1 additions and 1 deletions
|
|
@ -250,7 +250,7 @@ class Linux {
|
|||
|
||||
}
|
||||
|
||||
Linux::shell_command(["sudo systemctl ${action}".$service[$distro]]);
|
||||
Linux::shell_command(["sudo systemctl ${action} ".$service[$distro]]);
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue