init/functions: fix DispVM detection
This commit is contained in:
parent
2f2067ac0b
commit
be9155ef11
@ -66,7 +66,7 @@ is_templatevm() {
|
||||
}
|
||||
|
||||
is_dispvm() {
|
||||
[ "$(qubes_vm_type)" = "DisposableVM" ]
|
||||
[ "$(qubesdb-read /type)" = "DispVM" ]
|
||||
}
|
||||
|
||||
is_fully_persistent() {
|
||||
|
Loading…
Reference in New Issue
Block a user