From 84203393c6665ec80ec49c70a0ee699182bac031 Mon Sep 17 00:00:00 2001 From: Daniel Moerner Date: Fri, 19 Jul 2019 11:54:50 -0400 Subject: [PATCH] Fix typo in name of is_templatevm function --- vm-boot-protect.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm-boot-protect.sh b/vm-boot-protect.sh index 749e0e5..c9559f8 100644 --- a/vm-boot-protect.sh +++ b/vm-boot-protect.sh @@ -90,7 +90,7 @@ if ! is_rwonly_persistent; then if qsvc vm-boot-protect; then make_immutable fi - if ! is_template_vm; then + if ! is_templatevm; then # Keep configs invisible for standalone vms rm -rf "$defdir" fi