Run qubes_core_appvm also in TemplateVM (#222)
This commit is contained in:
parent
1071e3a53c
commit
f28407bca6
@ -26,7 +26,7 @@ start()
|
||||
fi
|
||||
|
||||
type=$(/usr/bin/xenstore-read qubes_vm_type)
|
||||
if [ "$type" != "AppVM" -a "$type" != "DisposableVM" ]; then
|
||||
if [ "$type" != "AppVM" -a "$type" != "DisposableVM" -a "$type" != "TemplateVM" ]; then
|
||||
# This script runs only on AppVMs
|
||||
return 0
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user