Fix missing quote in safety_checks.

This commit is contained in:
Cossid
2024-10-24 07:57:49 -05:00
parent c76c9bf809
commit 3107987a6f

View File

@@ -72,7 +72,7 @@ check_app_armor () {
echo
if [[ $REPLY =~ ^[Yy]$ ]]; then
sudo aa-teardown
echo "AppArmour has been turned off. You will need to manually restart it or reboot your OS for it to turn back on.
echo "AppArmour has been turned off. You will need to manually restart it or reboot your OS for it to turn back on."
fi
fi
}