init/functions: fix DispVM detection

This commit is contained in:
Amber M. Breslau 2020-02-14 11:24:29 -05:00
父節點 2f2067ac0b
當前提交 be9155ef11
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: D5048E00997E4744

查看文件

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