mirror of
https://github.com/bol-van/zapret.git
synced 2025-12-30 11:28:06 +03:00
old dash compat
This commit is contained in:
@@ -24,7 +24,7 @@ get_virt()
|
||||
check_virt()
|
||||
{
|
||||
echo \* checking virtualization
|
||||
local vm=$(get_virt)
|
||||
local vm="$(get_virt)"
|
||||
if [ -n "$vm" ]; then
|
||||
if [ "$vm" = "none" ]; then
|
||||
echo running on bare metal
|
||||
|
||||
Reference in New Issue
Block a user