mirror of
https://github.com/tasket/Qubes-VM-hardening.git
synced 2025-08-10 07:30:10 -04:00
Merge pull request #36 from dmoerner/master
Fix typo in name of is_templatevm function
This commit is contained in:
commit
ab3adf4222
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue