mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-11-06 13:27:51 +00:00
fix: check for gnome-shell instead of gsettings in one test (#424)
This commit is contained in:
@@ -489,7 +489,7 @@ audit-secureblue:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
EXTENSIONS_TEST_STRING="Ensuring GNOME user extensions are disabled"
|
EXTENSIONS_TEST_STRING="Ensuring GNOME user extensions are disabled"
|
||||||
if command -v gsettings &> /dev/null; then
|
if command -v gnome-shell &> /dev/null; then
|
||||||
if [ "$(gsettings get org.gnome.shell allow-extension-installation)" = "false" ]; then
|
if [ "$(gsettings get org.gnome.shell allow-extension-installation)" = "false" ]; then
|
||||||
print_status "$EXTENSIONS_TEST_STRING" "$STATUS_SUCCESS"
|
print_status "$EXTENSIONS_TEST_STRING" "$STATUS_SUCCESS"
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user