mirror of
				https://github.com/optim-enterprises-bv/secureblue.git
				synced 2025-11-03 20:07:53 +00:00 
			
		
		
		
	fix: quotation clashes in just script
This commit is contained in:
		@@ -5,13 +5,13 @@ set-kargs-hardening:
 | 
				
			|||||||
    if [[ "$YES" == [Yy]* ]]; then
 | 
					    if [[ "$YES" == [Yy]* ]]; then
 | 
				
			||||||
        echo "Keeping 32-bit support."
 | 
					        echo "Keeping 32-bit support."
 | 
				
			||||||
    else
 | 
					    else
 | 
				
			||||||
        IAEMU_NO="--append-if-missing="ia32_emulation=0""
 | 
					        IAEMU_NO='--append-if-missing="ia32_emulation=0"'
 | 
				
			||||||
        echo "Disabling 32-bit support, for the next boot."
 | 
					        echo "Disabling 32-bit support, for the next boot."
 | 
				
			||||||
    fi
 | 
					    fi
 | 
				
			||||||
    read -p "Would you like to set additional (unstable) hardening kargs? (Warning: Setting these kargs may lead to boot issues on some hardware.) [y/N]: " YES
 | 
					    read -p "Would you like to set additional (unstable) hardening kargs? (Warning: Setting these kargs may lead to boot issues on some hardware.) [y/N]: " YES
 | 
				
			||||||
    if [[ "$YES" == [Yy]* ]]; then
 | 
					    if [[ "$YES" == [Yy]* ]]; then
 | 
				
			||||||
    UNSTABLE_YES="--append-if-missing="efi=disable_early_pci_dma" \
 | 
					    UNSTABLE_YES='--append-if-missing="efi=disable_early_pci_dma" \
 | 
				
			||||||
        --append-if-missing="debugfs=off""
 | 
					        --append-if-missing="debugfs=off"'
 | 
				
			||||||
        echo "Setting unstable hardening kargs."
 | 
					        echo "Setting unstable hardening kargs."
 | 
				
			||||||
    else
 | 
					    else
 | 
				
			||||||
        echo "Not setting unstable hardening kargs."
 | 
					        echo "Not setting unstable hardening kargs."
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user