mirror of
				https://github.com/xcat2/confluent.git
				synced 2025-10-31 11:22:28 +00:00 
			
		
		
		
	Fix assignment of lukspass variable.
This commit is contained in:
		| @@ -105,7 +105,7 @@ if [ -f /etc/confluent_lukspass ]; then | ||||
|         wall "Unable to find $CRYPTTAB_SOURCE, halting install" | ||||
|         while :; do sleep 86400; done | ||||
|     fi | ||||
|     $lukspass=$(cat /etc/confluent_lukspass) | ||||
|     lukspass=$(cat /etc/confluent_lukspass) | ||||
|     chroot /target apt install libtss2-rc0 | ||||
|     PASSWORD=$(lukspass) chroot /target  systemd-cryptenroll --tpm2-device=auto $CRYPTTAB_SOURCE | ||||
|     fetch_remote  systemdecrypt | ||||
|   | ||||
		Reference in New Issue
	
	Block a user