Run qubes_core_appvm also in TemplateVM (#222)
This commit is contained in:
parent
432a44be40
commit
a2598eae73
@ -26,7 +26,7 @@ start()
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
type=$(/usr/bin/xenstore-read qubes_vm_type)
|
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
|
# This script runs only on AppVMs
|
||||||
return 0
|
return 0
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user