Fix immutable call

This commit is contained in:
Christopher Laprise 2018-04-03 16:53:21 -04:00
parent 2139bedb42
commit 96987b19e5
No known key found for this signature in database
GPG Key ID: 448568C8B281C952

View File

@ -57,7 +57,9 @@ abort_startup() {
# Don't bother with root protections in template or standalone # Don't bother with root protections in template or standalone
if ! is_rwonly_persistent; then if ! is_rwonly_persistent; then
### make_immutable if qsvc vm-boot-protect; then
make_immutable
fi
exit 0 exit 0
fi fi