forked from mir/linux-vm-tools
Calling bash is no longer needed. Also grep can search on files on its own. The return status of grep is usable with if and avoids calling test (or [ for that matter ).
Calling bash is no longer needed. Also grep can search on files on its own. The return status of grep is usable with if and avoids calling test (or [ for that matter ).