mirror of
https://github.com/tuya-cloudcutter/tuya-cloudcutter.git
synced 2026-02-19 21:51:18 +01:00
Fix missing quote in safety_checks.
This commit is contained in:
@@ -72,7 +72,7 @@ check_app_armor () {
|
|||||||
echo
|
echo
|
||||||
if [[ $REPLY =~ ^[Yy]$ ]]; then
|
if [[ $REPLY =~ ^[Yy]$ ]]; then
|
||||||
sudo aa-teardown
|
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
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user