mirror of
https://github.com/tasket/Qubes-VM-hardening.git
synced 2025-03-19 05:36:04 -04:00
Fix typo in name of is_templatevm function
This commit is contained in:
parent
986a573843
commit
84203393c6
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user