init/functions: fix DispVM detection

This commit is contained in:
Amber M. Breslau 2020-02-14 11:24:29 -05:00
parent 2f2067ac0b
commit be9155ef11
No known key found for this signature in database
GPG Key ID: D5048E00997E4744

View File

@ -66,7 +66,7 @@ is_templatevm() {
}
is_dispvm() {
[ "$(qubes_vm_type)" = "DisposableVM" ]
[ "$(qubesdb-read /type)" = "DispVM" ]
}
is_fully_persistent() {