mirror of
				https://github.com/optim-enterprises-bv/secureblue.git
				synced 2025-11-04 12:28:04 +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
 | 
			
		||||
 | 
			
		||||
    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
 | 
			
		||||
            print_status "$EXTENSIONS_TEST_STRING" "$STATUS_SUCCESS"
 | 
			
		||||
        else
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user