Run qubes_core_appvm also in TemplateVM (#222)
This commit is contained in:
		
							parent
							
								
									c132b70856
								
							
						
					
					
						commit
						692b97db38
					
				| @ -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
	 Marek Marczykowski
						Marek Marczykowski