Run qubes_core_appvm also in TemplateVM (#222)

This commit is contained in:
Marek Marczykowski 2011-04-19 13:10:18 +02:00
parent 432a44be40
commit a2598eae73

View File

@ -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