Merge pull request #36 from dmoerner/master

Fix typo in name of is_templatevm function
This commit is contained in:
tasket 2019-07-19 12:29:13 -04:00 committed by GitHub
commit ab3adf4222
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,7 +90,7 @@ if ! is_rwonly_persistent; then
if qsvc vm-boot-protect; then if qsvc vm-boot-protect; then
make_immutable make_immutable
fi fi
if ! is_template_vm; then if ! is_templatevm; then
# Keep configs invisible for standalone vms # Keep configs invisible for standalone vms
rm -rf "$defdir" rm -rf "$defdir"
fi fi